From 54b2164d251db75cbabebb5423e878c5c610b307 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Thu, 22 May 2025 14:33:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=BC=E8=88=AA=E6=A0=8F=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Notification/index.vue | 156 +++++++-------- src/components/SizeSelect/index.vue | 4 +- .../NavBar/components/NavbarActions.vue | 178 ++++++++++++++++++ .../NavBar/components/NavbarRight.vue | 150 --------------- src/layout/components/NavBar/index.vue | 21 ++- src/layout/components/Sidebar/index.vue | 8 +- src/types/components.d.ts | 3 +- src/views/login/components/Login.vue | 16 +- 8 files changed, 281 insertions(+), 255 deletions(-) create mode 100644 src/layout/components/NavBar/components/NavbarActions.vue delete mode 100644 src/layout/components/NavBar/components/NavbarRight.vue diff --git a/src/components/Notification/index.vue b/src/components/Notification/index.vue index 39af1cff..49f636cd 100644 --- a/src/components/Notification/index.vue +++ b/src/components/Notification/index.vue @@ -1,83 +1,81 @@ - + diff --git a/src/components/SizeSelect/index.vue b/src/components/SizeSelect/index.vue index 7d49bc5b..de58d3cf 100644 --- a/src/components/SizeSelect/index.vue +++ b/src/components/SizeSelect/index.vue @@ -2,9 +2,7 @@ -
-
-
+
+ + + + diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue deleted file mode 100644 index 596277c9..00000000 --- a/src/layout/components/NavBar/components/NavbarRight.vue +++ /dev/null @@ -1,150 +0,0 @@ - - - - diff --git a/src/layout/components/NavBar/index.vue b/src/layout/components/NavBar/index.vue index 5a4a73e1..d4d32c5b 100644 --- a/src/layout/components/NavBar/index.vue +++ b/src/layout/components/NavBar/index.vue @@ -1,25 +1,30 @@