.custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 2px;
}
.label {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  color: black;
  font-weight: bold;
}
.iconStyle {
  color: #409EFF;
  margin-right: 3px;
}
.tree-item {
  //overflow: auto;
}

 /* 改变被点击节点背景颜色，字体颜色 */
.el-tree-node:focus > .el-tree-node__content {
  background-color: #DCDFE6 !important;
  color: #fff !important;
}
/*节点失焦时的背景颜色*/
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
  background-color: #DCDFE6 !important;
  color: #fff !important;
}






.container[data-v-48aad226] {
  height: calc(100%);
  width: 100%;
  position: relative;
}
.el-aside[data-v-48aad226] {
  color: #333;
  text-align: center;
  height: 100%;
  background-color: white;
  border-radius: 0px;
  z-index: 9;
  /* box-shadow: 2px 2px 5px #888888; */
}
.drag-area[data-v-48aad226] {
  width: 320px;
  max-width: 500px;
  position: absolute;
  z-index: 9;
}
.drag-tip[data-v-48aad226] {
  height: 100%;
  width: 5px;
  position: absolute;
  left: 320px;
  /* background-color: red; */
  z-index: 9;
  background-color: transparent;
}

/*鼠标移入显示可拖动样式*/
.drag-tip[data-v-48aad226]:hover {
  cursor: w-resize;
}
.map[data-v-48aad226] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

