fix: AI合成h5换行,pc一行,评论标题上方margin去掉

This commit is contained in:
zdl
2025-11-27 16:55:25 +08:00
parent e9e9ec9051
commit b8b24643fe
2 changed files with 6 additions and 3 deletions

View File

@@ -418,7 +418,7 @@ const DynamicNewsDetailPanel = ({ event, showHeader = true }) => {
</CollapsibleSection>
{/* 讨论区(评论区) - 所有登录用户可用 */}
<Box mt={4}>
<Box>
<EventCommentSection eventId={event.id} />
</Box>
</VStack>