MinsoftK

Update 보고서

...@@ -351,36 +351,22 @@ const Home = ({history}) => { ...@@ -351,36 +351,22 @@ const Home = ({history}) => {
351 collapsed={!collapsed} 351 collapsed={!collapsed}
352 onCollapse={onCollapse} 352 onCollapse={onCollapse}
353 style={{ height: '100vh' }}> 353 style={{ height: '100vh' }}>
354 - <DingtalkOutlined
355 - onClick={() => window.location.reload()}
356 - style={{
357 - color : 'white',
358 - width: 'auto',
359 - height: '54px',
360 - fontsize:'80px',
361 - cursor: 'pointer',
362 - }} />
363 - <img
364 - className="edit"
365 - src={edit}
366 - alt="edit"
367 - onClick={() => window.location.reload()}
368 - style={{
369 - color :'white',
370 - width: 'auto',
371 - height: '54px',
372 - marginLeft: '22px',
373 - marginTop: '10px',
374 - cursor: 'pointer',
375 - }}
376 - />
377 354
378 <Menu 355 <Menu
379 -
380 theme="dark" 356 theme="dark"
381 defaultSelectedKeys={['1']} 357 defaultSelectedKeys={['1']}
382 mode="inline" 358 mode="inline"
383 style={{ fontSize: '18px' }}> 359 style={{ fontSize: '18px' }}>
360 + <DingtalkOutlined
361 + onClick={() => window.location.reload()}
362 + style={{
363 + color : 'white',
364 + width: '51%',
365 + height: 'auto',
366 + marginLeft: '22px',
367 + marginTop: '10px',
368 + cursor: 'pointer',
369 + }} />
384 <SubMenu 370 <SubMenu
385 key="sub1" 371 key="sub1"
386 icon={<UserOutlined style={{ fontSize: '18px' }} />} 372 icon={<UserOutlined style={{ fontSize: '18px' }} />}
......