reaper 4 år sedan
förälder
incheckning
8186e7eea7

+ 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"