This commit is contained in:
Taric Xin
2022-03-21 14:18:43 +08:00
parent 504078a7ec
commit c6e3be24f1
14 changed files with 511 additions and 542 deletions

View File

@ -63,4 +63,22 @@ input[type="number"] {
color : unset;
cursor: not-allowed;
}
}
.area-tree-select {
.ant-select-tree .ant-select-tree-treenode-disabled {
.ant-select-tree-checkbox {
margin: 0;
.ant-select-tree-checkbox-inner {
width : 0px;
border-color: #ffffff !important;
}
}
.ant-select-tree-node-content-wrapper {
color : unset;
cursor: not-allowed;
}
}
}