feat: 纵向详情列表高度控制

This commit is contained in:
zdl
2025-11-05 17:33:28 +08:00
parent 870b1f5996
commit c3ef837221

View File

@@ -25,10 +25,10 @@ const EventDetailScrollPanel = ({
pl={2}
position="relative"
sx={{
height: '100% !important',
maxHeight: '800px !important',
overflowY: 'scroll !important',
overflowX: 'hidden !important',
height: '100%',
maxHeight: '1200px',
overflowY: 'auto',
overflowX: 'hidden',
'&::-webkit-scrollbar': {
width: '3px',
},