From 8dc219bbf49aa6568030f4806813f78904559c8e Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 25 May 2021 17:28:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(frontend):=E7=B3=BB=E7=BB=9F=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E4=B8=8D=E6=94=B6?= =?UTF-8?q?=E7=BC=A9=EF=BC=8C=E6=98=BE=E7=A4=BA=E8=B7=9Ftopbar=E7=9A=84?= =?UTF-8?q?=E5=88=86=E5=89=B2=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/components/Sidebar/index.vue | 2 +- frontend/src/layout/components/Topbar.vue | 4 ++-- frontend/src/layout/index.vue | 4 ++-- frontend/src/styles/sidebar.scss | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/layout/components/Sidebar/index.vue b/frontend/src/layout/components/Sidebar/index.vue index c057faf0dd..d937418561 100644 --- a/frontend/src/layout/components/Sidebar/index.vue +++ b/frontend/src/layout/components/Sidebar/index.vue @@ -50,7 +50,7 @@ export default { return variables }, isCollapse() { - return !this.sidebar.opened + return false } } } diff --git a/frontend/src/layout/components/Topbar.vue b/frontend/src/layout/components/Topbar.vue index 80d6bba935..0f73ef356d 100644 --- a/frontend/src/layout/components/Topbar.vue +++ b/frontend/src/layout/components/Topbar.vue @@ -1,8 +1,8 @@