main
wangyunfei 2 weeks ago
parent ccb5815368
commit 421089f2d1

@ -78,8 +78,30 @@
background-color: transparent;
:global(.ant-tree-switcher) {
display: flex;
align-items: center !important;
display: flex;
align-items: center !important;
}
:global(.ant-tree-checkbox-inner) {
background-color: transparent;
border: 1px solid rgba(0, 102, 101, 1);
border-radius: 4px;
&:hover {
background-color: rgba(0, 102, 101, 1);
border: 1px solid rgba(0, 102, 101, 1);
border-radius: 4px;
}
&:after {
background-color: transparent;
}
&::focus {
background-color: rgba(0, 102, 101, 1);
border: 1px solid rgba(0, 102, 101, 1);
border-radius: 4px;
}
}
:global(.ant-tree) {

Loading…
Cancel
Save