style(视图): 仪表板深色主题雷达图默认轴线颜色改为灰色

This commit is contained in:
wangjiahao 2022-07-04 11:54:48 +08:00
parent 86efdf6e7c
commit c1aa7c3f7d

View File

@ -1,6 +1,5 @@
import { sin, cos } from '@/components/canvas/utils/translate'
import store from '@/store'
import { colorReverse } from '@/components/canvas/utils/utils'
import Vue from 'vue'
export const LIGHT_THEME_COLOR_MAIN = '#000000'
export const LIGHT_THEME_COLOR_SLAVE1 = '#CCCCCC'
@ -218,9 +217,6 @@ export const THEME_STYLE_TRANS_MAIN = {
},
'split': {
'name': ['color'],
'axisLine': {
'lineStyle': ['color']
},
'axisTick': {
'lineStyle': ['color']
},
@ -247,6 +243,9 @@ export const THEME_STYLE_TRANS_SLAVE1 = {
'split': {
'splitLine': {
'lineStyle': ['color']
},
'axisLine': {
'lineStyle': ['color']
}
}
}