feat: 事件中心详情面板Ui调整

This commit is contained in:
zdl
2025-11-07 18:39:49 +08:00
parent 31fa00fb3b
commit d8fd86a04d
3 changed files with 110 additions and 1 deletions

View File

@@ -161,6 +161,7 @@ const VerticalModeLayout = ({
{/* 详情面板 */}
<EventDetailScrollPanel
key={detailPanelKey}
detailMode="no-header"
selectedEvent={selectedEvent}
/>
</Box>