style: 表格底部按钮边距统一调整

This commit is contained in:
zhuoqinglian
2026-03-17 10:30:43 +08:00
parent 2ac7e5be9c
commit 818ac1eefb
9 changed files with 110 additions and 73 deletions
+1 -2
View File
@@ -505,7 +505,6 @@ export default {
justify-content: space-between;
align-items: center;
margin-top: 10px;
padding-bottom: 10px;
}
.ctrl_btn {
@@ -735,7 +734,7 @@ export default {
}
.el-table {
--table-max-height: calc(100vh - 40vh);
// --table-max-height: calc(100vh - 40vh);
max-height: var(--table-max-height);
.el-table__body-wrapper {