style(接口定义): 通用下拉树 节点内容过长显示不全优化

This commit is contained in:
fit2-zhao 2021-03-31 15:04:09 +08:00
parent b918df0e15
commit cb1ba0e0aa
1 changed files with 5 additions and 2 deletions

View File

@ -379,14 +379,17 @@
.common-tree {
overflow: auto;
height: 200px;
min-height: 200px;
max-height: 400px;
}
.ms-tree-select {
width: 100%;
z-index: 111;
}
/deep/.el-tree-node__children{
overflow: inherit;
}
.ok {
float: right;
}