事件中心UI优化

This commit is contained in:
2025-11-07 09:45:42 +08:00
parent a3810499cc
commit 67c7fa49e8
5 changed files with 234 additions and 140 deletions

View File

@@ -152,7 +152,7 @@ const Community = () => {
return (
<Box minH="100vh" bg={bgColor}>
{/* 主内容区域 */}
<Container ref={containerRef} maxW="container.xl" pt={6} pb={8}>
<Container ref={containerRef} maxW="1600px" pt={6} pb={8}>
{/* 热点事件区域 */}
<HotEventsSection events={hotEvents} />