From b96826c1f83195325b06bc31c47054169a584133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Tue, 20 Feb 2024 17:44:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20iconSelect=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E9=80=89=E6=8B=A9=E5=99=A8=E5=92=8C=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=8F=9C=E5=8D=95=E6=94=AF=E6=8C=81element?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IconSelect/index.vue | 170 ++++++++++++------ .../components/SidebarMenuItemTitle.vue | 23 ++- 2 files changed, 139 insertions(+), 54 deletions(-) diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue index c9bc4e09..37b28e86 100644 --- a/src/components/IconSelect/index.vue +++ b/src/components/IconSelect/index.vue @@ -1,18 +1,25 @@ -
+
- - - -
    -
  • - - - -
  • -
-
+ + + +
    +
  • + + + +
  • +
+
+
+ + +
    +
  • + + + +
  • +
+
+
+
- + diff --git a/src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue b/src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue index 9b36afe1..f8f9b885 100644 --- a/src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue +++ b/src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue @@ -1,5 +1,7 @@