
.organization-tree-container[data-v-404e29be] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: auto;
}
.tree-header[data-v-404e29be] {
  padding: 10px 0 0 10px;
  background: #fff;
  z-index: 1;
}
.tree-content[data-v-404e29be] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 0 0 0 10px;
  scrollbar-width: none; /* 隐藏滚动条（Firefox） */
  -ms-overflow-style: none; /* 隐藏滚动条（IE 10+） */
  --el-tree-node-content-height: 28px;
}
.el-tree[data-v-404e29be] .el-tree-node__content {
  height: var(--el-tree-node-content-height);
}
.tree-content[data-v-404e29be]::-webkit-scrollbar {
  display: none;
}
.tree-title[data-v-404e29be] {
  color: #252b3c;
  font-size: 14px;
  margin-bottom: 10px;
}
.filter-key[data-v-404e29be] {
  margin-bottom: 10px;
}

