@@ -12,6 +12,7 @@
box-sizing: border-box;
background: #fff;
padding: 20px;
+ padding-bottom: 0;
display: flex;
flex-wrap: wrap;
.table_cell {
@@ -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"