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