mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 09:04:38 +08:00
style(仪表板、数据大屏): 优化tab开启标题背景时的初始化背景色 (#18466)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user