feat: 调整事件列表h5模式调整
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user