reaper 4 سال پیش
والد
کامیت
3ebcec0ead
1فایلهای تغییر یافته به همراه8 افزوده شده و 4 حذف شده
  1. 8 4
      src/components/knowledgeExtra/AddNewRuleTable.vue

+ 8 - 4
src/components/knowledgeExtra/AddNewRuleTable.vue

@@ -2,7 +2,7 @@
 .AddNewRuleTable {
   width: 100%;
   background: #fff;
-  margin-top: 20px;
+  margin-top: 10px;
   padding: 20px;
   box-sizing: border-box;
   /deep/ .el-input--mini .el-input__inner,
@@ -22,8 +22,8 @@
       justify-content: center;
     }
     img {
-      width: 20px;
-      height: 20px;
+      width: 16px;
+      height: 16px;
       cursor: pointer;
     }
   }
@@ -92,13 +92,17 @@
   /deep/ .el-form-item__label{
     font-size: 12px;
   }
+  h4{
+    font-size: 14px;
+    font-weight: 400;
+  }
 }
 </style>
 
 <template>
   <!-- :prop="`klRuleByIdSub[${scope.$index}].subDescription`" -->
   <div class="AddNewRuleTable">
-    <h4 style="margin-bottom: 20px">规则内容</h4>
+    <h4 style="margin-bottom: 24px">规则内容:</h4>
     <el-table
       border
       :data="klRuleByIdSub"