.vtx-ui-tree-normal {
  width: 100%;
  height: 100%;
  position: relative;
}
.vtx-ui-tree-searchInput {
  top: 1px;
  left: 0px;
  width: 100%;
}
.vtx-ui-tree-treeBody {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.vtx-ui-tree-treeBody::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: hsla(0, 0%, 80%, 0.08);
}
.vtx-ui-tree-treeBody::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: rgba(180, 180, 180, 0.5);
}
.vtx-ui-tree-text_ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vtx-ui-tree-dis_n {
  display: none;
}
.vtx-ui-tree-treenode {
  display: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vtx-ui-tree-disable {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
