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