update:将参数管理页面和用户管理页面的高度调整为固定

This commit is contained in:
CGD
2025-04-22 09:27:14 +08:00
parent 6897b813a6
commit e31bb047bf
2 changed files with 22 additions and 6 deletions
@@ -403,13 +403,21 @@ export default {
.params-card { .params-card {
background: white; background: white;
flex: 1;
display: flex;
flex-direction: column;
border: none; border: none;
box-shadow: none; box-shadow: none;
overflow: hidden;
::v-deep .el-card__body {
padding: 15px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
} }
}
.table_bottom { .table_bottom {
display: flex; display: flex;
@@ -425,13 +425,21 @@ export default {
.user-card { .user-card {
background: white; background: white;
flex: 1;
display: flex;
flex-direction: column;
border: none; border: none;
box-shadow: none; box-shadow: none;
overflow: hidden;
::v-deep .el-card__body {
padding: 15px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
} }
}
.table_bottom { .table_bottom {
display: flex; display: flex;