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