滚动

65 阅读1分钟
.el-tree {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.el-tree::-webkit-scrollbar {
  display: none;
}