
.custom-tree-node {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.el-tree {
  width: 80%
}
.input-nodeName>.el-input__inner {
  height: 25px;
}


.el-tag + .el-tag {
  margin-left: 10px;
}
.button-new-tag {
  margin-left: 10px;
  height: 32px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  width: 8vw !important;
}
.input-new-tag {
  /* width: 90px; */
  width: 8vw;
  margin-left: 10px;
  vertical-align: bottom;
}

