feat(select): add small size option for Select component and corresponding styles

fix(provider): update button icon styles in ProviderHeaderCard
style(provider): enhance layout and typography in ProviderHeaderCard and ProviderResourcePanel
fix(provider): update status styles in ProviderResourceTable and sharedForm
This commit is contained in:
LTbinglingfeng
2026-05-25 03:15:35 +08:00
parent 48b9879794
commit 85d6b76387
10 changed files with 32 additions and 31 deletions
@@ -310,7 +310,7 @@
}
.statusIconSuccess {
color: var(--primary-color);
color: var(--success-color);
}
.statusIconError {