feat: 为按钮组件添加激活状态样式

This commit is contained in:
rd
2025-09-26 14:39:37 +08:00
parent aebea9e47f
commit efddb070a3

View File

@ -32,6 +32,10 @@
border-color: #e6e6e8 !important; border-color: #e6e6e8 !important;
color: #737478 !important; color: #737478 !important;
} }
&:active {
border-color: #D7D7D9 !important;
color: #211F24 !important;
}
} }
&.ant-btn-dangerous { &.ant-btn-dangerous {
border-color: $color-error !important; border-color: $color-error !important;