elementui tree添加横向滚动条不生效问题

 

 

 

 

.project_tree {
  padding-left: 20px;
  height: calc(100vh - 303px);
  overflow: auto;
}
.tree{
  overflow-y: hidden;
  overflow-x: scroll;
  width:80px;
  height: 500px;
}
.el-tree {
  min-width: 100%;
  display:inline-block !important;
}

 

posted @ 2021-07-28 10:27  遇你温柔如初  阅读(721)  评论(0编辑  收藏  举报