feat(community): 列表模式事件卡片高度自适应

This commit is contained in:
zdl
2025-11-07 19:25:10 +08:00
parent 5ceffc53d6
commit 44b8c64907
2 changed files with 4 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ const VerticalModeLayout = ({
timelineStyle={getTimelineBoxStyle()}
borderColor={borderColor}
indicatorSize={layoutMode === 'detail' ? 'default' : 'comfortable'}
layout="vertical"
/>
))}
</VStack>