From 4b14ea4f08f037061c3be7ab3eecf957d99e6de5 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Tue, 14 Oct 2025 19:44:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4RecommendPostsList?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/RecommendPostsList/index.vue | 23 +++++-- .../RecommendPostsList/styles/index.scss | 67 ++++++------------- src/static/scss/font-size.scss | 4 ++ src/static/scss/index.scss | 1 + src/static/scss/margin.scss | 8 +++ src/static/scss/padding.scss | 4 ++ src/static/scss/rounded.scss | 8 +++ src/static/scss/z-index.scss | 15 +++++ 8 files changed, 79 insertions(+), 51 deletions(-) create mode 100644 src/static/scss/z-index.scss diff --git a/src/pages/index/components/module/RecommendPostsList/index.vue b/src/pages/index/components/module/RecommendPostsList/index.vue index e76aa5b..e2c8605 100644 --- a/src/pages/index/components/module/RecommendPostsList/index.vue +++ b/src/pages/index/components/module/RecommendPostsList/index.vue @@ -1,17 +1,28 @@