
#none .el-input.is-disabled .el-input__inner[data-v-10dfa794] {
  color: red!important;
}

.el-tree {
  margin-right: 10px;
}
.el-tree .el-tree-node__label {
  width: auto;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
}

#projectForm .el-input,
#projectForm .el-textarea {
  max-width: 750px;
}
#projectForm .el-divider {
  margin: 2px 0;
}

