From 1dee40ea46601f2ee5d10aa0190625ebf03bdc4e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 17:02:19 +0800
Subject: [PATCH] 1
---
src/styles/page/index.scss | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/styles/page/index.scss b/src/styles/page/index.scss
index 2b7bf2c..a34c74d 100644
--- a/src/styles/page/index.scss
+++ b/src/styles/page/index.scss
@@ -2,13 +2,12 @@
.left-container,
.right-container {
- margin-top: 30px;
display: flex;
flex-direction: column;
position: absolute;
top: 0;
width: 408px;
- height: calc(100% - 60px);
+ height: 100%;
pointer-events: auto;
background: rgba(28, 115, 195, 0.2);
--
Gitblit v1.9.3