.bc-type-tree-layout {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bd-color);
  margin-left: -1px;
}
.bc-type-tree-layout .lm-c-tree-title-part {
  border-bottom: 1px solid var(--bd-color);
  background-color: var(--form-bg-light);
}
.bc-type-tree-layout > .cloudapp-c-base-tree-component {
  flex: 1;
  overflow: auto;
}
.bc-type-tree-layout .cloudapp-tree {
  height: 100%;
  overflow: auto;
}
.bc-type-tree-layout .anticon {
  font-size: var(--fs);
}
.bc-type-tree-layout .cloudapp-tree-title {
  font-size: var(--fs-small);
  flex: 1;
}
.bc-type-tree-layout .cloudapp-tree-title > span {
  min-width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.bc-type-tree-layout .cloudapp-tree-title > span .anticon {
  font-size: 16px;
  color: var(--icon);
  padding-right: 6px;
  position: relative;
  top: 1px;
}
