thkim 2024-06-11 13:12:03 +09:00
parent ce748c7ec1
commit 71e2f04bda
2 changed files with 5 additions and 6 deletions

View File

@ -224,22 +224,21 @@ export default function ReferenceCodePopupDialogCotents() {
<FireNav
sx={{ my: 0, }}
component="nav" disablePadding>
<ListItemButton component="a" href="#customized-list">
<ListItemText
sx={{ my: 0 }}
primary="문서번호 또는 코드명을 선택 하시면 하위 문서를 검색 하실 수 있습니다"
primaryTypographyProps={{
backgroundColor: '#ffffff',
backgroundColor: '#fafafa',
color: '#333333',
border: '1px solid #333333',
border: '1px solid #eaeaea',
fontSize: 15,
fontWeight: 'medium',
fontWeight: 'bold',
letterSpacing: 0,
padding: '10px',
borderRadius: '6px',
marginBottom: '20px',
}}
/>
</ListItemButton>
<List
sx={{ width: '100%' }}

View File

@ -19,7 +19,7 @@ export default function ReferenceCodePopupDialogCotentsHeader() {
fontSize: ' 16px',
display: 'grid',
gridAutoFlow: 'row',
gridTemplateColumns: 'auto 160px 90px',
gridTemplateColumns: 'auto 175px 60px',
gap: 1,
}}