From ebcfd7791ee0553f99c2fca428abcfcb76bc626b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E7=A7=98=E4=BA=BA?= <3311118881@qq.com> Date: Fri, 23 May 2025 19:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E7=AB=A0=E6=91=98?= =?UTF-8?q?=E8=A6=81=E7=BB=84=E4=BB=B6=EF=BC=8C=E8=B0=83=E6=95=B4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BB=A5=E5=A2=9E=E5=8A=A0=E5=BA=95=E9=83=A8=E8=BE=B9?= =?UTF-8?q?=E8=B7=9D=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E4=B8=BA=E2=80=9CAI=E6=80=BB=E7=BB=93?= =?UTF-8?q?=E2=80=9D=EF=BC=8C=E5=90=8C=E6=97=B6=E4=BF=AE=E5=A4=8D=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E5=9C=A8=E5=86=85=E5=AE=B9=E5=AD=98=E5=9C=A8=E6=97=B6?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E6=B8=B2=E6=9F=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/article/components/Summary/index.scss | 2 +- src/app/article/components/Summary/index.tsx | 19 +++++++++---------- src/components/ArticleLayout/index.tsx | 2 -- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src/app/article/components/Summary/index.scss b/src/app/article/components/Summary/index.scss index e619f0f..6527f1a 100644 --- a/src/app/article/components/Summary/index.scss +++ b/src/app/article/components/Summary/index.scss @@ -2,7 +2,7 @@ border-radius: 12px; padding: 12px; border: 1px solid; - margin: 8px 0 16px; + margin: 8px 0 40px; transition: all 0.3s ease; :root & { diff --git a/src/app/article/components/Summary/index.tsx b/src/app/article/components/Summary/index.tsx index 85823e2..51a3d2e 100644 --- a/src/app/article/components/Summary/index.tsx +++ b/src/app/article/components/Summary/index.tsx @@ -32,34 +32,33 @@ export default function Summary({ content }: SummaryProps) { }, [currentIndex, content]); return ( -