🎨 refactor(ModelPricing): enhance UI/UX with modern design ModelPricing component

This commit implements a comprehensive UI/UX overhaul of the ModelPricing component,
focusing on improved aesthetics and responsiveness while maintaining existing API logic.

Key improvements:
- Redesigned status card with gradient background and floating elements
- Implemented responsive grid layout for pricing metrics
- Enhanced visual hierarchy with Semi UI components
- Added smooth transitions and hover effects
- Optimized spacing and typography for better readability
- Unified design language with PersonalSettings component
- Integrated Tailwind CSS 3.0 utility classes
- Added decorative elements for visual interest
- Improved mobile responsiveness across all breakpoints
- Enhanced accessibility with proper contrast ratios

The redesign follows modern UI/UX best practices while maintaining consistency
with the application's design system.
This commit is contained in:
Apple\Apple
2025-05-25 17:27:45 +08:00
parent 33ae3479c4
commit 00c1ff05de
5 changed files with 499 additions and 162 deletions

View File

@@ -276,3 +276,7 @@ code {
.semi-datepicker-range-input {
border-radius: 9999px;
}
.semi-tabs-content {
padding: 0 !important;
}