From 8f3b56c3223a525b4539831c27bc8dc3018bf766 Mon Sep 17 00:00:00 2001 From: "jqtmviyu@gmail.com" Date: Fri, 15 Jan 2021 17:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Hamburger/index.vue | 1 + src/layout/components/Navbar.vue | 61 +++++++++++++++++++------- src/layout/components/Sidebar/Logo.vue | 13 ++---- src/settings.js | 2 +- 4 files changed, 50 insertions(+), 27 deletions(-) diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue index 368b002..58cf355 100644 --- a/src/components/Hamburger/index.vue +++ b/src/components/Hamburger/index.vue @@ -7,6 +7,7 @@ xmlns="http://www.w3.org/2000/svg" width="64" height="64" + fill="#fff" > diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 0ca5cf6..48cf361 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -2,28 +2,30 @@