From c4fcc54f7b1ade546b16418c6a1f717d5ed8792b Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期六, 22 七月 2023 09:56:48 +0800
Subject: [PATCH] 更新说明

---
 src/styles/sidebar.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss
index 1271353..1e43cce 100644
--- a/src/styles/sidebar.scss
+++ b/src/styles/sidebar.scss
@@ -12,11 +12,11 @@
   .sidebar-container {
     transition: width 0.28s;
     width: $sideBarWidth !important;
-    height: 95%;
+    height: 100%;
     position: fixed;
    //position: absolute;
     font-size: 0px;
-    top: 60px;
+    top: 80px;
     //top: 0;
     bottom: 0;
     left: 0;

--
Gitblit v1.9.2