更新Company页面的UI为FUI风格

This commit is contained in:
2025-12-17 22:30:18 +08:00
parent 3adff89995
commit 0214052965
2 changed files with 319 additions and 217 deletions

View File

@@ -64,8 +64,8 @@ const THEME_PRESETS: Record<string, SubTabTheme> = {
borderColor: 'rgba(212, 175, 55, 0.15)',
tabSelectedBg: 'linear-gradient(135deg, rgba(212, 175, 55, 0.95) 0%, rgba(184, 150, 12, 0.95) 100%)',
tabSelectedColor: '#0A0A14',
tabUnselectedColor: 'rgba(212, 175, 55, 0.75)',
tabHoverBg: 'rgba(212, 175, 55, 0.12)',
tabUnselectedColor: 'rgba(255, 255, 255, 0.85)', // 调亮:白色更清晰
tabHoverBg: 'rgba(212, 175, 55, 0.15)',
},
default: {
bg: 'white',