
.custom-tree-node[data-v-eb3437f2] {
  -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[data-v-eb3437f2] {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  color: black;
  font-weight: bold;
}
.iconStyle[data-v-eb3437f2] {
  color: #409eff;
  margin-right: 3px;
}
.icon-buttom[data-v-eb3437f2] {
  margin-left: 10px;
}
.icon-buttom-item[data-v-eb3437f2] {
  margin-left: 3px;
  font-size: 14px;
}
.icon-buttom-item[data-v-eb3437f2] :hover {
  font-size: 200px;
}


.title[data-v-3696f2a0] {
  margin-left: 10px;
  margin-top: 5px;
}
.iconStyle[data-v-3696f2a0] {
  color: #409eff;
  margin-right: 3px;
}
.type-num-item[data-v-3696f2a0] {
  width: 40px;
  text-align: center;
}


.title[data-v-4ac898e6] {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bolder;
}
.monitor-content[data-v-4ac898e6] {
  float: left;
  width: 160px;
  margin-right: 10px;
}
.monitor-type[data-v-4ac898e6] {
  float: left;
  width: 120px;
}
.label[data-v-4ac898e6] {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 28px;
  font-size: 14px;
}


.el-container[data-v-17eda626] {
  height: calc(100%);
  width: 100%;
  /* position: relative; */
}
.el-main[data-v-17eda626] {
  margin-left: 5px;
  padding: 5px;
  background-color: white;
  height: 100%;
  width: calc(100% - 400px);
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: white; */
}
.el-aside[data-v-17eda626] {
  color: #333;
  text-align: center;
  height: 100%;
  background-color: white;
}
.tree-area[data-v-17eda626] {
  width: 350px;
  position: absolute;
}
.table-area[data-v-17eda626] {
  height: 100%;
  width: calc(100% - 400px);
  position: absolute;
  top: 0;
  right: 0;
}
.drag-area[data-v-17eda626] {
  width: 350px;
  position: absolute;
  z-index: 9;
}
.drag-tip[data-v-17eda626] {
  height: 100%;
  width: 5px;
  position: absolute;
  left: 400px;
  /* background-color: red; */
  z-index: 9;
  background-color: transparent;
}
/*鼠标移入显示可拖动样式*/
.drag-tip[data-v-17eda626]:hover {
  cursor: w-resize;
}

