From d4a129c121e18002ec9d554de501798c39f5d28d Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 15 Jan 2026 19:03:39 +0800 Subject: [PATCH] =?UTF-8?q?style(Community):=20=E7=A7=BB=E9=99=A4=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E8=A6=81=E9=97=BB=E4=B8=8EFooter=E4=B9=8B=E9=97=B4?= =?UTF-8?q?=E7=9A=84=E9=BB=91=E8=89=B2=E7=A9=BA=E7=99=BD=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Community/index.js: 移除 minH="100vh",添加 flex="1" 填满父容器 - Community/index.js: 移除底部 padding (pb={{ base: 4, md: 8 }} → pb={0}) - DynamicNewsCard.js: 移除底部 margin (mb={4} → mb={0}) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/Community/components/DynamicNews/DynamicNewsCard.js | 2 +- src/views/Community/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Community/components/DynamicNews/DynamicNewsCard.js b/src/views/Community/components/DynamicNews/DynamicNewsCard.js index aa49c665..f39b22ae 100644 --- a/src/views/Community/components/DynamicNews/DynamicNewsCard.js +++ b/src/views/Community/components/DynamicNews/DynamicNewsCard.js @@ -668,7 +668,7 @@ const [currentMode, setCurrentMode] = useState('vertical'); {...rest} bg={cardBg} borderColor={borderColor} - mb={4} + mb={0} position="relative" zIndex={1} animation="fadeInUp 0.8s ease-out 0.2s both" diff --git a/src/views/Community/index.js b/src/views/Community/index.js index 0375525e..e6527a91 100644 --- a/src/views/Community/index.js +++ b/src/views/Community/index.js @@ -149,9 +149,9 @@ const Community = () => { }, [location.pathname, registerEventUpdateCallback]); // 依赖路由变化重新注册 return ( - + {/* 主内容区域 - padding 由 MainLayout 统一设置 */} - + {/* ⚡ 顶部说明面板(懒加载):产品介绍 + 沪深指数 + 热门概念词云 */}