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;