From 631dc4ce5bbb7392c9ca15619608bbc4fea5c5d1 Mon Sep 17 00:00:00 2001 From: jinmao88 <50581550+jinmao88@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:20:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtabs=E4=B8=8A=E5=8F=B3?= =?UTF-8?q?=E9=94=AE=E7=9A=84=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tabs/components/TabDropdown.vue | 107 +++++------------- packages/stores/src/modules/multipleTab.ts | 3 +- 2 files changed, 28 insertions(+), 82 deletions(-) diff --git a/packages/layouts/src/components/tabs/components/TabDropdown.vue b/packages/layouts/src/components/tabs/components/TabDropdown.vue index 0f91d3e4..921d75a5 100644 --- a/packages/layouts/src/components/tabs/components/TabDropdown.vue +++ b/packages/layouts/src/components/tabs/components/TabDropdown.vue @@ -1,91 +1,35 @@