From 6319724e9872134f1c142d95ac589e498b2ad6c7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 12 八月 2022 14:37:17 +0800
Subject: [PATCH] 1.去掉分页组件中的v-show条件

---
 src/layout/components/Navbar.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 9189fda..2d8ec41 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -172,6 +172,8 @@
   background: #fff;
   box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
 
+  //background-color: #f8f8fa;
+
   .hamburger-container {
     line-height: 46px;
     height: 100%;

--
Gitblit v1.9.3