瀏覽代碼

Revert "修改独立标签样式"

This reverts commit fc1d5a12ade36fbc24461b5bb2c55b8b352d38f9.
zhangxc 6 年之前
父節點
當前提交
cc411cc673
共有 1 個文件被更改,包括 4 次插入32 次删除
  1. 4 32
      src/components/icss/PubIndeptTag.vue

+ 4 - 32
src/components/icss/PubIndeptTag.vue

@@ -1,7 +1,7 @@
 <template>
-    <div class="PubIndeptWrapper">
+    <div class="PubTagGroupWrapper">
         <el-form
-                class="indeptGroups"
+                class="groups"
                 :rules="rules"
                 ref="groups"
                 :model="form"
@@ -410,7 +410,7 @@
         text-align: center;
     }
     
-    .indeptGroups {
+    .groups {
         background-color: #fff;
         padding: 20px;
         margin: 20px 20px -20px 20px;
@@ -460,37 +460,9 @@
         position: absolute;
         left: 220px;
         min-width: 300px;
-        color: #22ccc8 ;
+        color: #ea7777;
         font-size: 12px;
     }
-    .ages {
-    display: inline-block;
-    .el-form-item__content {
-      width: auto;
-    }
-    .el-input {
-      display: inline-block;
-      width: auto;
-      .el-input__inner {
-        width: 60px;
-        padding: 0 5px;
-        margin-right: 25px;
-        text-align: center;
-      }
-
-      .el-input__inner::-webkit-outer-spin-button,
-      .el-input__inner::-webkit-inner-spin-button {
-        -webkit-appearance: none;
-      }
-
-      .el-input__inner[type="number"] {
-        -moz-appearance: textfield;
-      }
-    }
-  }
-  .maxAges {
-    margin-left: -125px;
-  }
     }
 </style>