feat: 调整事件列表h5模式调整

This commit is contained in:
zdl
2025-11-26 16:44:53 +08:00
parent d22d75e761
commit e0b7f8c59d
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ const EventScrollList = React.memo(({
h="100%"
pt={0}
pb={4}
px={mode === 'four-row' ? 0 : 2}
px={mode === 'four-row' ? 0 : { base: 0, md: 2 }}
position="relative"
data-scroll-container="true"
css={{