style(仪表板、数据大屏): 优化tab开启标题背景时的初始化背景色 (#18466)

This commit is contained in:
王嘉豪
2026-05-21 18:20:36 +08:00
committed by GitHub
parent 2f718e894d
commit ccd6726b80

View File

@@ -199,13 +199,13 @@ export const COMMON_COMPONENT_BACKGROUND_BASE: CommonBackground = {
export const COMMON_COMPONENT_BACKGROUND_LIGHT = {
...COMMON_COMPONENT_BACKGROUND_BASE,
backgroundColor: 'rgba(255,255,255,1)',
backgroundColor: 'rgba(255,255,255,0.1)',
innerImageColor: 'rgba(16, 148, 229,1)'
}
export const COMMON_COMPONENT_BACKGROUND_DARK = {
...COMMON_COMPONENT_BACKGROUND_BASE,
backgroundColor: 'rgba(19,28,66,1)',
backgroundColor: 'rgba(19,28,66,0.1)',
innerImageColor: '#1094E5'
}