From b2ed41b562effd18071b40f3d86e959f4d2dc0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E5=87=A4?= Date: Mon, 14 Sep 2026 18:57:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E8=A1=A5=E9=BD=90=E7=B4=A7?= =?UTF-8?q?=E5=87=91=E9=80=89=E6=8B=A9=E5=BC=B9=E7=AA=97=E4=B8=8E=E7=94=A8?= =?UTF-8?q?=E9=87=8F=E8=8F=9C=E5=8D=95=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/command/CommandDialog.vue | 40 ++++++++++++++----- .../dropdown-menu/DropdownMenuSubContent.vue | 10 +++-- .../dropdown-menu/DropdownMenuSummary.vue | 31 ++++++++++++++ src/components/dropdown-menu/index.ts | 1 + src/lib/useSubmenuAlignment.ts | 14 ++++++- 5 files changed, 83 insertions(+), 13 deletions(-) create mode 100644 src/components/dropdown-menu/DropdownMenuSummary.vue diff --git a/src/components/command/CommandDialog.vue b/src/components/command/CommandDialog.vue index 026a1f6..54d6192 100644 --- a/src/components/command/CommandDialog.vue +++ b/src/components/command/CommandDialog.vue @@ -1,19 +1,23 @@