浏览代码

fixbug: 7789

reaper 4 年之前
父节点
当前提交
8186e7eea7
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      src/components/knowledgeExtra/AddNewRule.vue
  2. 1 1
      src/components/knowledgeExtra/AddNewRuleTable.vue

+ 2 - 1
src/components/knowledgeExtra/AddNewRule.vue

@@ -5,6 +5,7 @@
   min-width: 1000px;
   padding: 20px;
   padding-top: 50px;
+  padding-bottom: 0;
   box-sizing: border-box;
   .table_form {
     width: 100%;
@@ -32,7 +33,7 @@
   .form_btn {
     width: 100%;
     background: #fff;
-    padding: 20px 0;
+    padding-bottom: 20px;
     text-align: center;
   }
 }

+ 1 - 1
src/components/knowledgeExtra/AddNewRuleTable.vue

@@ -108,7 +108,7 @@
       :data="klRuleByIdSub"
       size="mini"
       style="min-height: 200px"
-      height="calc(100vh - 480px)"
+      height="calc(100vh - 443px)"
       :row-style="rowStyle"
       :header-row-style="{ background: '#E3EAF4' }"
       :cell-style="cellStyle"