mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 05:18:07 +08:00
fix: 修复样式错误
This commit is contained in:
@@ -293,9 +293,7 @@ export const useAppearanceStore = defineStore('appearanceStore', {
|
||||
document.documentElement.style.setProperty('--van-blue', this.customColor)
|
||||
document.documentElement.style.setProperty(
|
||||
'--ed-color-primary_b50',
|
||||
colorFunctions
|
||||
.mix(new colorTree('ffffff'), new colorTree(this.customColor.substr(1)), { value: 90 })
|
||||
.toRGB()
|
||||
mixColor('ffffff', this.customColor, 90)
|
||||
)
|
||||
document.documentElement.style.setProperty(
|
||||
'--ed-color-primary-light-5',
|
||||
|
||||
Reference in New Issue
Block a user