forked from github/dataease
fix: 仪表板的过滤组件,点击编辑时或者预览时,选择项为白色背景,鼠标点击一下后才恢复为深色背景
This commit is contained in:
parent
f292c7bd57
commit
294a7b209d
@ -251,7 +251,7 @@ export default {
|
|||||||
handleElTagStyle() {
|
handleElTagStyle() {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$refs['deSelect'] && this.$refs['deSelect'].$el && textSelectWidget(this.$refs['deSelect'].$el, this.element.style)
|
this.$refs['deSelect'] && this.$refs['deSelect'].$el && textSelectWidget(this.$refs['deSelect'].$el, this.element.style)
|
||||||
}, 50)
|
}, 500)
|
||||||
},
|
},
|
||||||
initLoad() {
|
initLoad() {
|
||||||
this.value = this.fillValueDerfault()
|
this.value = this.fillValueDerfault()
|
||||||
|
Loading…
Reference in New Issue
Block a user