mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: tooltip延迟显示等
This commit is contained in:
		@@ -151,7 +151,7 @@ export const useThemeConfig = defineStore('themeConfig', {
 | 
			
		||||
                this.themeConfig.editorTheme = 'vs-dark';
 | 
			
		||||
            } else {
 | 
			
		||||
                body.setAttribute('class', '');
 | 
			
		||||
                this.themeConfig.editorTheme = 'SolarizedLight';
 | 
			
		||||
                this.themeConfig.editorTheme = 'vs';
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        // 设置水印配置信息
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user