Browse Source

fixbug:7793

reaper 4 years ago
parent
commit
b9de5ec773

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

@@ -12,6 +12,7 @@
     box-sizing: border-box;
     background: #fff;
     padding: 20px;
+    padding-bottom: 0;
     display: flex;
     flex-wrap: wrap;
     .table_cell {

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

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