feat: 组件库替换
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -24,3 +24,4 @@
|
||||
@import './ant-tabs.scss';
|
||||
@import "./ant-notification.scss";
|
||||
@import "./ant-tag.scss";
|
||||
@import "./ant-switch.scss";
|
||||
Reference in New Issue
Block a user