From 76b0ba1035933809325e6638d69c1cfc5a587666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E6=9D=A5=E6=8A=80=E6=9C=AF?= <1490493387@qq.com> Date: Wed, 1 Dec 2021 08:27:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(SidebarItem.vue):=20=E6=94=B6=E7=B8=AE?= =?UTF-8?q?=E9=A6=96=E9=A0=81=E5=9B=BE=E6=A0=87=E4=B8=8D=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 1 + src/layout/components/Sidebar/SidebarItem.vue | 179 +++++++++++++----- 2 files changed, 130 insertions(+), 50 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 40bbc32c..085d8219 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -21,6 +21,7 @@
+
diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index 19046c77..0bad241a 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -1,49 +1,51 @@ - \ No newline at end of file + + + \ No newline at end of file