forked from github/dataease
fix(系统设置): 移动端的登录button颜色显示不对
This commit is contained in:
parent
cb4c3844f1
commit
7605b04462
@ -216,6 +216,7 @@ export const useAppearanceStore = defineStore('appearanceStore', {
|
|||||||
this.customColor = data.customColor
|
this.customColor = data.customColor
|
||||||
if (this.themeColor === 'custom' && this.customColor) {
|
if (this.themeColor === 'custom' && this.customColor) {
|
||||||
document.documentElement.style.setProperty('--ed-color-primary', this.customColor)
|
document.documentElement.style.setProperty('--ed-color-primary', this.customColor)
|
||||||
|
document.documentElement.style.setProperty('--van-blue', this.customColor)
|
||||||
document.documentElement.style.setProperty(
|
document.documentElement.style.setProperty(
|
||||||
'--ed-color-primary-light-5',
|
'--ed-color-primary-light-5',
|
||||||
colorFunctions
|
colorFunctions
|
||||||
|
Loading…
Reference in New Issue
Block a user