.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;
}






.page[data-v-5e7e42ce] {
  z-index: 9;
}

.search-area[data-v-aef08ec2] {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.search-content[data-v-aef08ec2] {
  width: 160px;
  vertical-align: top;
}
.search-buttom[data-v-aef08ec2] {
  margin-left: 20px;
}
.flex[data-v-aef08ec2] {
  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;
}
#myMain[data-v-aef08ec2] {
  height: 100%;
  overflow: hidden;
}
.table-content[data-v-aef08ec2] {
  height: calc(100% - 200px);
}
.demo-table-expand[data-v-aef08ec2] {
  font-size: 0;
}
.demo-table-expand label[data-v-aef08ec2] {
  width: 90px;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-aef08ec2] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
.search-input[data-v-aef08ec2] {
  width: 300px;
}

.search-area[data-v-7d182e0e] {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.search-content[data-v-7d182e0e] {
  width: 160px;
  vertical-align: top;
}
.search-buttom[data-v-7d182e0e] {
  margin-left: 20px;
}
.flex[data-v-7d182e0e] {
  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;
}
#myMain[data-v-7d182e0e] {
  height: 100%;
}


.title[data-v-6bcdfcfa] {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bolder;
}
.select-box[data-v-6bcdfcfa] {
  /* float: left; */
  width: 200px;
  /* margin-left: 10px; */
}
.value-input-box[data-v-6bcdfcfa] {
  /* margin-left: 10px; */
  width: 240px;
}
.var-input-box[data-v-6bcdfcfa] {
  /* margin-left: 10px; */
  width: 80px;
}
.disabled-input-box[data-v-6bcdfcfa] {
  width: 240px;
}
.monitor-type[data-v-6bcdfcfa] {
  float: left;
  width: 120px;
}
.label-text[data-v-6bcdfcfa] {
  /* float: left; */
  margin-left: 4px;
  margin-right: 4px;
  line-height: 28px;
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
  width: 20px;
}
.el-form-item[data-v-6bcdfcfa] {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 15px;
}
.describe[data-v-6bcdfcfa] {
  margin: 0;
  padding: 0;
  font-size: 12px;
}


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

