update ui

This commit is contained in:
2025-11-13 21:59:33 +08:00
parent 64906fabaa
commit 5d26b72539
2 changed files with 13 additions and 14 deletions

View File

@@ -144,7 +144,7 @@ const Community = () => {
return (
<Box minH="100vh" bg={bgColor}>
{/* 主内容区域 */}
<Container ref={containerRef} maxW="1600px" pt={6} pb={8}>
<Container ref={containerRef} maxW="container.xl" pt={6} pb={8}>
{/* 通知权限提示横幅 */}
{showNotificationBanner && (
<Alert