mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-30 01:38:44 +08:00 
			
		
		
		
	fix: echart color
This commit is contained in:
		| @@ -27,7 +27,7 @@ const props = defineProps({ | ||||
| const isDark = computed(() => appStore.getIsDark) | ||||
|  | ||||
| const theme = computed(() => { | ||||
|   const echartTheme: boolean | string = unref(isDark) ? true : 'inherit' | ||||
|   const echartTheme: boolean | string = unref(isDark) ? true : 'auto' | ||||
|  | ||||
|   return echartTheme | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu