From ab28f8fd8772f229534efecfb59214ec828fe917 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 10 Nov 2023 19:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/839=E3=80=91BasicTable=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=E6=9B=B4=E5=A4=9A=E6=93=8D=E4=BD=9C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=A6=81=E7=94=A8=E8=BF=98=E8=83=BD=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=B0=94=E6=B3=A1=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dropdown/src/Dropdown.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Dropdown/src/Dropdown.vue b/src/components/Dropdown/src/Dropdown.vue index ae9e19d..676aac9 100644 --- a/src/components/Dropdown/src/Dropdown.vue +++ b/src/components/Dropdown/src/Dropdown.vue @@ -12,7 +12,9 @@ :disabled="item.disabled" :class="[{ 'is-pop-confirm': item.popConfirm }, item.class ?? []]" > - + + +