el-tree滚动

 

 

.el-tree {
 width: 100%;
overflow: auto;
}
.el-tree>.el-tree-node {
 display: inline-block;
 min-width: 100%;
 }

 

相关文章: