瀏覽代碼

常用功能自适应

hujunwei 2 年之前
父節點
當前提交
81bdbec396
共有 2 個文件被更改,包括 3 次插入4 次删除
  1. 1 1
      src/pages/main/leader/index.vue
  2. 2 3
      src/pages/main/leader/leaderTag.vue

+ 1 - 1
src/pages/main/leader/index.vue

@@ -25,7 +25,7 @@
             </el-col>
           </el-row>
           <el-row>
-            <el-col :span="24">
+            <el-col :span="24" style="background:#fff;margin-top:10px;border-radius: 5px;">
               <leaderTag :dynamicTags="dynamicTags"></leaderTag>
             </el-col>
           </el-row>

+ 2 - 3
src/pages/main/leader/leaderTag.vue

@@ -305,7 +305,7 @@ export default {
   width: 100%;
   background: #fff;
   margin-top: 10px;
-  padding-top: 10px;
+  // padding-top: 10px;
   padding-left: 10px;
   border-radius: 5px;
 
@@ -318,8 +318,7 @@ export default {
     font-weight: 600;
   }
   .foxbox {
-    overflow-y: auto;
-    height: 61px;
+    background: #fff;
     margin-left: 5px;
   }
   .tags {