Merge pull request #3293 from dataease/pr@dev@fix_tabs_theme

fix(tabs): 选项卡内部地图缩放按钮没有跟随主题色
This commit is contained in:
fit2cloud-chenyw 2022-10-06 17:46:46 +08:00 committed by GitHub
commit 8080a7121b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -291,7 +291,7 @@ export default {
this.setContentThemeStyle()
}
},
'themeStyle.commonBackground.color'(value, old) {
'themeStyle.backgroundColorSelect'(value, old) {
if (value !== old) {
this.setContentThemeStyle()
}

View File

@ -32,7 +32,7 @@ export default {
}
},
watch: {
'themeStyle.commonBackground.color'() {
'themeStyle.backgroundColorSelect'() {
this.loadThemeStyle()
},
'themeStyle.color'() {