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} pl={2}
position="relative" position="relative"
sx={{ sx={{
height: '100% !important', height: '100%',
maxHeight: '800px !important', maxHeight: '1200px',
overflowY: 'scroll !important', overflowY: 'auto',
overflowX: 'hidden !important', overflowX: 'hidden',
'&::-webkit-scrollbar': { '&::-webkit-scrollbar': {
width: '3px', width: '3px',
}, },