From 4566f5beb60cbb51832d51da612a804f5db53311 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期五, 06 一月 2023 13:44:47 +0800
Subject: [PATCH] 修改边栏展示不全的问题

---
 README.md               |    6 +++++-
 src/styles/sidebar.scss |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f25e853..fb85c2f 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
 
 src/views/contract/confirm.vue
 
-### 实名购买
+#### 实名购买
 
 src/views/purchase/dailySaleReport.vue
+
+#### 边栏位置
+
+src/styles/sidebar.scss
\ No newline at end of file
diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss
index 81a58e2..1e43cce 100644
--- a/src/styles/sidebar.scss
+++ b/src/styles/sidebar.scss
@@ -12,7 +12,7 @@
   .sidebar-container {
     transition: width 0.28s;
     width: $sideBarWidth !important;
-    height: 95%;
+    height: 100%;
     position: fixed;
    //position: absolute;
     font-size: 0px;

--
Gitblit v1.9.2