fix: 仪表板的过滤组件,点击编辑时或者预览时,选择项为白色背景,鼠标点击一下后才恢复为深色背景

This commit is contained in:
dataeaseShu 2022-12-08 11:15:22 +08:00
parent f292c7bd57
commit 294a7b209d

View File

@ -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()