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
@@ -402,13 +402,21 @@ export default {
} }
.params-card { .params-card {
background: white; background: white;
border: none; flex: 1;
box-shadow: none; display: flex;
flex-direction: column;
border: 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 {
+11 -3
View File
@@ -425,12 +425,20 @@ export default {
.user-card { .user-card {
background: white; background: white;
border: none; flex: 1;
box-shadow: none;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; border: none;
box-shadow: none;
overflow: hidden; overflow: hidden;
::v-deep .el-card__body {
padding: 15px;
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
}
} }
.table_bottom { .table_bottom {