From 82a759b4c1dc81b0c78e13af19091c5a5012dd84 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 03 一月 2023 16:50:12 +0800
Subject: [PATCH] 1.优化浅色侧边栏bug
---
src/layout/components/Navbar.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 47c2260..27aa23e 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -11,7 +11,6 @@
class="hamburger-container"
@toggleClick="toggleSideBar"
/>
-
<breadcrumb
class="breadcrumb-container"
:style="{marginLeft:$store.state.settings.menuIsHorizontal?'20px':''}"
--
Gitblit v1.9.3