fix(tabs): 选项卡内部地图缩放按钮没有跟随主题色

This commit is contained in:
fit2cloud-chenyw 2022-10-06 17:45:09 +08:00
parent 64681d22bd
commit 9dc8308e6a
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'() {