el-tree滚动

 

 

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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2023-03-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2021-08-10
相关资源
相似解决方案