feat: 纵向详情列表高度控制
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user