更新Company页面的UI为FUI风格
This commit is contained in:
@@ -52,16 +52,16 @@ export const DEEP_SPACE_THEME = {
|
|||||||
radiusMD: '12px',
|
radiusMD: '12px',
|
||||||
radiusSM: '8px',
|
radiusSM: '8px',
|
||||||
|
|
||||||
// === 文字颜色 ===
|
// === 文字颜色(全部调亮以提高对比度)===
|
||||||
// 主文字(高亮金色)
|
// 主文字(亮金色)
|
||||||
textPrimary: '#F4D03F',
|
textPrimary: '#F4D03F',
|
||||||
// 次要文字(柔和金色)
|
// 次要文字(亮白色带暖调)
|
||||||
textSecondary: 'rgba(212, 175, 55, 0.85)',
|
textSecondary: 'rgba(245, 240, 225, 0.95)',
|
||||||
// 标签文字(低对比度)
|
// 标签文字(柔和白色)
|
||||||
textMuted: 'rgba(180, 160, 120, 0.7)',
|
textMuted: 'rgba(235, 230, 215, 0.85)',
|
||||||
// 纯白文字
|
// 纯白文字
|
||||||
textWhite: 'rgba(255, 255, 255, 0.95)',
|
textWhite: 'rgba(255, 255, 255, 0.98)',
|
||||||
textWhiteMuted: 'rgba(255, 255, 255, 0.6)',
|
textWhiteMuted: 'rgba(255, 255, 255, 0.8)',
|
||||||
|
|
||||||
// === 涨跌颜色(红涨绿跌)===
|
// === 涨跌颜色(红涨绿跌)===
|
||||||
upColor: '#FF4757',
|
upColor: '#FF4757',
|
||||||
|
|||||||
Reference in New Issue
Block a user