forked from github/dataease
fix(视图-地图): 缩放按钮深色主题切到浅色没有反应
This commit is contained in:
parent
98b071badf
commit
2c1d2310ee
@ -297,6 +297,8 @@ export default {
|
||||
if (panelColor !== '#FFFFFF') {
|
||||
const reverseValue = reverseColor(panelColor)
|
||||
this.buttonTextColor = reverseValue
|
||||
} else {
|
||||
this.buttonTextColor = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user