MinsoftK

Update 보고서

......@@ -351,36 +351,22 @@ const Home = ({history}) => {
collapsed={!collapsed}
onCollapse={onCollapse}
style={{ height: '100vh' }}>
<Menu
theme="dark"
defaultSelectedKeys={['1']}
mode="inline"
style={{ fontSize: '18px' }}>
<DingtalkOutlined
onClick={() => window.location.reload()}
style={{
color : 'white',
width: 'auto',
height: '54px',
fontsize:'80px',
cursor: 'pointer',
}} />
<img
className="edit"
src={edit}
alt="edit"
onClick={() => window.location.reload()}
style={{
color :'white',
width: 'auto',
height: '54px',
width: '51%',
height: 'auto',
marginLeft: '22px',
marginTop: '10px',
cursor: 'pointer',
}}
/>
<Menu
theme="dark"
defaultSelectedKeys={['1']}
mode="inline"
style={{ fontSize: '18px' }}>
}} />
<SubMenu
key="sub1"
icon={<UserOutlined style={{ fontSize: '18px' }} />}
......