Browse Source

修改独立标签样式

zhangxc 6 years ago
parent
commit
6074687f3d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/icss/PubIndeptTag.vue

+ 3 - 3
src/components/icss/PubIndeptTag.vue

@@ -399,14 +399,14 @@
         }
 
     }
-    .fix-inp .el-col .el-input__inner{
+    .PubTagGroupWrapper .fix-inp .el-col .el-input__inner{
         width: 100%;
         display: inline-block;
     }
-    .fix-inp .el-col-4{
+    .PubTagGroupWrapper .fix-inp .el-col-4{
         text-align: center;
     }
-    .fix-inp .el-col-8{
+    .PubTagGroupWrapper .fix-inp .el-col-8{
         text-align: center;
     }