修改bug 56454 底部UI跳到最下面

This commit is contained in:
hanshaozhuang
2022-07-13 11:20:59 +08:00
parent 4f342703c3
commit 2f73f893ee
@@ -120,7 +120,7 @@
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%"
border border
height="475px" height="100%"
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px', :header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}" fontWeight: 'bold', height: '48px'}"
> >
@@ -908,6 +908,7 @@ export default {
} }
} }
.table-area{ .table-area{
height: calc(100% - 180px);
padding: 0 10px 10px 10px; padding: 0 10px 10px 10px;
} }