fix: 下拉树二级目录过长导致无横向滚动条 #6264
This commit is contained in:
parent
32060fc31c
commit
a4e15251b0
@ -423,6 +423,7 @@ export default {
|
||||
.el-tree {
|
||||
background: var(--BgSelectTreeColor, #FFFFFF) !important;
|
||||
color: var(--SelectTreeColor, #606266) !important;
|
||||
width: max-content;
|
||||
|
||||
.el-tree-node.is-current {
|
||||
background-color: rgb(245, 247, 250, .5) !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user