From dbeb110f8c3df5cd9f2e4907c54783cd763c1ae4 Mon Sep 17 00:00:00 2001 From: Ultrame <1019265060@qq.com> Date: Sun, 14 Sep 2025 12:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E9=A1=B5?= =?UTF-8?q?=E4=B8=AD=E4=B8=AA=E4=BA=BA=E7=AE=80=E4=BB=8B=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E8=A2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/container/listContainer/index.scss | 2 +- src/user_pages/myself/index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/container/listContainer/index.scss b/src/container/listContainer/index.scss index af26e6f..04bf2f4 100644 --- a/src/container/listContainer/index.scss +++ b/src/container/listContainer/index.scss @@ -5,7 +5,7 @@ flex-direction: column; gap: 5px; padding-bottom: 34px; - min-height: 100vh; + // min-height: 100vh; .recommendTextWrapper { display: flex; diff --git a/src/user_pages/myself/index.scss b/src/user_pages/myself/index.scss index 2b585e2..dd15bbf 100644 --- a/src/user_pages/myself/index.scss +++ b/src/user_pages/myself/index.scss @@ -11,7 +11,7 @@ // 主要内容区域 .main_content { - position: relative; + // position: relative; z-index: 5; flex: 1; margin-top: 0;