feat: antd组件库相关样式
This commit is contained in:
10
src/styles/components/ant-switch.scss
Normal file
10
src/styles/components/ant-switch.scss
Normal file
@ -0,0 +1,10 @@
|
||||
.ant-switch {
|
||||
&.ant-switch-checked {
|
||||
background: $color-primary;
|
||||
&:not(ant-switch-disabled) {
|
||||
&:hover {
|
||||
background: $color-primary !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user