This commit is contained in:
TaricXin
2022-03-18 14:56:14 +08:00
parent 3539bd2a07
commit a6193fbddc
13 changed files with 1325 additions and 518 deletions

View File

@ -7,11 +7,11 @@
@import './styles/theme';
.icon {
width : 18px;
fill : currentColor;
overflow : hidden;
font-size: 18px !important;
color : #ffffff;
width : 18px;
fill : currentColor;
overflow : hidden;
font-size : 18px !important;
color : #ffffff;
margin-right: 10px;
}
@ -47,4 +47,20 @@ input[type="number"] {
.break-word-all {
word-break: break-all;
word-wrap : break-word;
}
.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;
}
}