Tree.css 787 Bytes
.tree {
  background: #fff;
  border: 1px solid #e9e9e9;
  margin-right: 15px;
  width: 200px;
  min-height: 315px;
}

.treeNode {
  background: #f7f7f7;
  transition: background .3s ease;
  padding: 4px 0!important;
  margin-bottom: 3px!important;
}

.treeNode:before {
  width: 0!important;
  border-left: 0!important;
}

.treeNode ul {
  background: #fbfbfb;
}

.treeNode ul .treeNode {
  background: #fbfbfb;
}
.advCol{
  padding-left: 10px;
}
.advCol button{margin-left: 10px}
.advColTitle{
  background-color: #f0f0f0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
}
.advColExpand{
  margin-top: 11px;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 600;
}
.advColCt{
  margin-top: 4px;
  padding-left: 21px;
  font-size: 12px;
  font-weight: 600;
}