File tree 4 files changed +11
-0
lines changed
4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 4
4
.ant-tree-checkbox-inner {
5
5
background-color : #11121C ;
6
6
border-color : #363B59 ;
7
+ border-radius : 2px ;
7
8
}
8
9
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
9
10
background-color : @primaryColor ;
Original file line number Diff line number Diff line change 4
4
align-items : center ;
5
5
line-height : 16px ;
6
6
padding-top : 0.4em ;
7
+ margin-right : 14px ;
7
8
.ant-radio {
8
9
top : 0 ;
9
10
}
11
+ span .ant-radio + * {
12
+ padding : 0 10px ;
13
+ }
10
14
.ant-radio-disabled {
11
15
.ant-radio-inner ::after {
12
16
background-color : @black_border ;
Original file line number Diff line number Diff line change 21
21
}
22
22
.ant-tree-checkbox {
23
23
margin : 8px 8px 0 0 ;
24
+ .ant-tree-checkbox-inner {
25
+ border-radius : 2px ;
26
+ }
24
27
}
25
28
.ant-tree-node-content-wrapper {
26
29
line-height : 32px ;
Original file line number Diff line number Diff line change 26
26
.ant-select-tree-treenode {
27
27
.ant-select-tree-checkbox {
28
28
margin : 8px 8px 0 0 ;
29
+ .ant-select-tree-checkbox-inner {
30
+ border-radius : 2px ;
31
+ }
29
32
}
30
33
}
31
34
}
You can’t perform that action at this time.
0 commit comments