Browse Source

选择用户单选样式优化

lwx_v27
liwenxuan 2 weeks ago
parent
commit
9ea527c3e4
  1. 6
      src/components/DesignForm/public/expand/rangedUserTree.vue

6
src/components/DesignForm/public/expand/rangedUserTree.vue

@ -305,4 +305,10 @@ function hasNodesInTree(tree) {
color: #909399; color: #909399;
font-size: 14px; font-size: 14px;
} }
.el-select-dropdown__item.is-disabled {
background-color: unset;
color: #606266;
cursor: not-allowed;
}
</style> </style>
Loading…
Cancel
Save