feat: 组件库替换

This commit is contained in:
rd
2025-09-05 16:41:50 +08:00
parent f6b91fce4f
commit 3451546280
61 changed files with 549 additions and 548 deletions

View File

@ -0,0 +1,10 @@
.ant-switch {
&.ant-switch-checked {
background: $color-primary;
&:not(ant-switch-disabled) {
&:hover {
background: $color-primary !important;
}
}
}
}

View File

@ -24,3 +24,4 @@
@import './ant-tabs.scss';
@import "./ant-notification.scss";
@import "./ant-tag.scss";
@import "./ant-switch.scss";