forked from github/dataease
Merge pull request #11712 from dataease/pr@dev-v2_st
fix(系统设置): 移动端的登录button颜色显示不对
This commit is contained in:
commit
8259f4df38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user