Merge pull request #11712 from dataease/pr@dev-v2_st

fix(系统设置): 移动端的登录button颜色显示不对
This commit is contained in:
dataeaseShu 2024-08-23 10:00:34 +08:00 committed by GitHub
commit 8259f4df38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,6 +216,7 @@ export const useAppearanceStore = defineStore('appearanceStore', {
this.customColor = data.customColor
if (this.themeColor === 'custom' && this.customColor) {
document.documentElement.style.setProperty('--ed-color-primary', this.customColor)
document.documentElement.style.setProperty('--van-blue', this.customColor)
document.documentElement.style.setProperty(
'--ed-color-primary-light-5',
colorFunctions