퍼블 업뎃
parent
f4724fd2d9
commit
4f4e461fae
|
|
@ -62,8 +62,8 @@ function EgovLeftNavSupport() {
|
|||
indicatorColor="secondary"
|
||||
textColor="#fff"
|
||||
>
|
||||
<Tab value={0} {...a11yProps(0)} sx={{ fontWeight: 700, width: '50%', }} label="내 Q&A" wrapped />
|
||||
<Tab value={1} {...a11yProps(1)} sx={{ fontWeight: 700, width: '50%', }} label="다운로드" />
|
||||
<Tab value={0} {...a11yProps(0)} sx={{ fontWeight: 700, width: '50%', fontSize: 14 }} label="내 Q&A" wrapped />
|
||||
<Tab value={1} {...a11yProps(1)} sx={{ fontWeight: 700, width: '50%', fontSize: 14 }} label="다운로드" />
|
||||
</Tabs>
|
||||
</Box>
|
||||
<TabPanel value={value} index={0} className={"myPanel"}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue