mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
fix(tabs): 选项卡内部地图缩放按钮没有跟随主题色
This commit is contained in:
@@ -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'() {
|
||||
|
||||
Reference in New Issue
Block a user