Xiao_123 hace 3 meses
padre
commit
c3f1553931
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/components/Enterprise/hotPromoted.vue

+ 3 - 3
src/components/Enterprise/hotPromoted.vue

@@ -17,8 +17,8 @@
           </div>
         </div>
 
-        <div v-if="item?.enterprise?.welfareTagStr" style="padding: 6px 0; border-bottom: 1px solid #EBEBEB">
-          <div v-ellipse-tooltip class="px-5 welfareTag ellipsis-tag">{{ item.enterprise.welfareTagStr }}</div>
+        <div class="mx-4 py-2" style="height: 35px;" :style="{'border-bottom': item?.enterprise?.welfareTagStr ? '1px solid #EBEBEB' : 'none'}">
+          <div v-ellipse-tooltip class="welfareTag ellipsis-tag">{{ item.enterprise.welfareTagStr }}</div>
         </div>
 
         <!-- 职位列表 -->
@@ -104,7 +104,7 @@ const handleMoreEnterprise = (item) => {
   min-width: calc((100% - 24px) / 3);
   max-width: calc((100% - 24px) / 3);
   margin: 0 12px 12px 0;
-  height: 370px;
+  height: 373px;
   border-radius: 12px;
   padding: 0;
   overflow: hidden;