hurx il y a 1 jour
Parent
commit
6f6f95468f

+ 5 - 7
src/views/enterprise/companyInfo/index.vue

@@ -114,9 +114,8 @@
           </div>
         </div>
         <div class="flex-row-center w-[100%] empty-bos" v-if="servicePersons.length === 0">
-           <el-empty image-size="100" description="暂无" />
+          <el-empty image-size="100" description="暂无" />
         </div>
-
       </div>
     </div>
 
@@ -543,11 +542,10 @@ const handleTabClick = (tabKey: string) => {
       line-height: 1.6;
     }
   }
-
 }
-  .empty-bos{
-    :deep(.el-empty){
-      padding: 10px 0 !important;
-    }
+.empty-bos {
+  :deep(.el-empty) {
+    padding: 10px 0 !important;
   }
+}
 </style>

+ 1 - 1
src/views/home/index-enterprise.vue

@@ -61,7 +61,7 @@ const getHead = async () => {
   headData.value.topStyle = 1;
   headData.value.toplabel = [];
   headData.value.classifyShow = true;
-  headData.value.headType = 4;
+  headData.value.headType = 3;
   headData.value.leftStyle = 1;
   headData.value.carouselList = [];
   headData.value.advertList = [];