@@ -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 {
background: #fff;
- padding: 20px 0;
+ padding-bottom: 20px;
text-align: center;
}
@@ -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"