Commit 9f0065f8 by xingyu

fix: echart color

parent 8b398040
...@@ -27,7 +27,7 @@ const props = defineProps({ ...@@ -27,7 +27,7 @@ const props = defineProps({
const isDark = computed(() => appStore.getIsDark) const isDark = computed(() => appStore.getIsDark)
const theme = computed(() => { const theme = computed(() => {
const echartTheme: boolean | string = unref(isDark) ? true : 'inherit' const echartTheme: boolean | string = unref(isDark) ? true : 'auto'
return echartTheme return echartTheme
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment