feat: antd组件库相关样式

This commit is contained in:
rd
2025-09-08 09:16:10 +08:00
parent 3573d29285
commit 67e8196ce9
17 changed files with 786 additions and 9 deletions

View File

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