fix: 下拉树二级目录过长导致无横向滚动条 #6264

This commit is contained in:
dataeaseShu 2023-11-01 11:11:58 +08:00
parent 32060fc31c
commit a4e15251b0

View File

@ -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;