From 294a7b209d906fa313f9975eb90eb1b745630e40 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 8 Dec 2022 11:15:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=9A=84?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=97=B6=E6=88=96=E8=80=85=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E9=80=89=E6=8B=A9=E9=A1=B9=E4=B8=BA=E7=99=BD?= =?UTF-8?q?=E8=89=B2=E8=83=8C=E6=99=AF=EF=BC=8C=E9=BC=A0=E6=A0=87=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=B8=80=E4=B8=8B=E5=90=8E=E6=89=8D=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=E4=B8=BA=E6=B7=B1=E8=89=B2=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/widget/deWidget/DeSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/widget/deWidget/DeSelect.vue b/frontend/src/components/widget/deWidget/DeSelect.vue index d8761e0e28..a020ad61f0 100644 --- a/frontend/src/components/widget/deWidget/DeSelect.vue +++ b/frontend/src/components/widget/deWidget/DeSelect.vue @@ -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()