后台管理:公共scss文件 更改弹框最大高度,以及树形组件最大高度
This commit is contained in:
parent
5e31517f1d
commit
2688b764e5
|
@ -715,3 +715,14 @@ img {
|
||||||
.aui-navbar__header {
|
.aui-navbar__header {
|
||||||
width: 268px;
|
width: 268px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 统一更改弹框高度、树形控件高度
|
||||||
|
.el-dialog__body {
|
||||||
|
max-height: 600px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-tree {
|
||||||
|
max-height: 450px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
Loading…
Reference in New Issue