style(接口定义): 通用下拉树 节点内容过长显示不全优化
This commit is contained in:
parent
b918df0e15
commit
cb1ba0e0aa
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue