From 9a37c5e1b2190c3f6ec71483923922189091dd52 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 18 Dec 2024 09:42:01 +0800
Subject: [PATCH] 事件模拟更新
---
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