From 31ffa0c3bb61948d71a70a1fa75d77578b86485f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 19 Oct 2023 22:28:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E6=94=B6=E7=BC=A9?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E6=A0=8F?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 6e662422e09d53a090e6581f1cb5c217e31769a8 --- src/assets/icons/shrink.svg | 1 + src/components/Hamburger/index.vue | 46 ++++++++++++++++-------------- 2 files changed, 26 insertions(+), 21 deletions(-) create mode 100644 src/assets/icons/shrink.svg diff --git a/src/assets/icons/shrink.svg b/src/assets/icons/shrink.svg new file mode 100644 index 00000000..69a0f3a6 --- /dev/null +++ b/src/assets/icons/shrink.svg @@ -0,0 +1 @@ + diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue index 5ae603a6..de82363b 100644 --- a/src/components/Hamburger/index.vue +++ b/src/components/Hamburger/index.vue @@ -1,18 +1,10 @@ - - + - - + icon-class="shrink" + /> @@ -32,15 +24,27 @@ function toggleClick() { } -