style: 관리자 - 환경설정 - 위원회 코드관리 목록 box 높이 고정 건

thkim
thkim 2024-02-23 17:15:18 +09:00
parent 655c26f5bb
commit 4749369909
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function ListCreateUpdateDelete(props) {
</Grid>
</Typography>
<Demo>
<List dense={dense}>
<List dense={dense} sx={{ px: 0, '&': { height: '253px', overflowY: 'auto'}}}>
{generate(
props.items,
<ListItem