fix(style): 颜色选择器
This commit is contained in:
		
							parent
							
								
									c991c20c2d
								
							
						
					
					
						commit
						9951c76cdd
					
				@ -45,12 +45,12 @@ const changeTheme = (theme: string) => {
 | 
			
		||||
      brightness: 100,
 | 
			
		||||
      contrast: 90,
 | 
			
		||||
      sepia: 0,
 | 
			
		||||
     // darkSchemeTextColor: 'rgba(255, 255, 255, 0.9)',
 | 
			
		||||
     // darkSchemeBackgroundColor: '#22272E'
 | 
			
		||||
      // darkSchemeTextColor: 'rgba(255, 255, 255, 0.9)',
 | 
			
		||||
      // darkSchemeBackgroundColor: '#22272E'
 | 
			
		||||
    }, {
 | 
			
		||||
        invert: ['.scrollbar-thumb'],
 | 
			
		||||
        invert: [],
 | 
			
		||||
        css: ``,
 | 
			
		||||
        ignoreInlineStyle: ['.layui-colorpicker-trigger-span','layui-color-picker,div'],
 | 
			
		||||
        ignoreInlineStyle: ['.layui-colorpicker-trigger-span','div.layui-color-picker *'],
 | 
			
		||||
        ignoreImageAnalysis: [],
 | 
			
		||||
        disableStyleSheetsProxy: false,
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user