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 统一设置 */} - + {/* ⚡ 顶部说明面板(懒加载):产品介绍 + 沪深指数 + 热门概念词云 */}