forked from github/dataease
fix(tabs): 选项卡内部地图缩放按钮没有跟随主题色
This commit is contained in:
parent
64681d22bd
commit
9dc8308e6a
@ -291,7 +291,7 @@ export default {
|
||||
this.setContentThemeStyle()
|
||||
}
|
||||
},
|
||||
'themeStyle.commonBackground.color'(value, old) {
|
||||
'themeStyle.backgroundColorSelect'(value, old) {
|
||||
if (value !== old) {
|
||||
this.setContentThemeStyle()
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ export default {
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'themeStyle.commonBackground.color'() {
|
||||
'themeStyle.backgroundColorSelect'() {
|
||||
this.loadThemeStyle()
|
||||
},
|
||||
'themeStyle.color'() {
|
||||
|
Loading…
Reference in New Issue
Block a user