后台管理:公共scss文件 更改弹框最大高度,以及树形组件最大高度

This commit is contained in:
guoyue 2022-09-23 17:35:08 +08:00
parent 5e31517f1d
commit 2688b764e5
1 changed files with 11 additions and 0 deletions

View File

@ -715,3 +715,14 @@ img {
.aui-navbar__header {
width: 268px;
}
// 统一更改弹框高度树形控件高度
.el-dialog__body {
max-height: 600px;
overflow-y: auto;
}
.el-tree {
max-height: 450px;
overflow-y: auto;
}