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 +
355 + <Menu
356 + theme="dark"
357 + defaultSelectedKeys={['1']}
358 + mode="inline"
359 + style={{ fontSize: '18px' }}>
354 <DingtalkOutlined 360 <DingtalkOutlined
355 onClick={() => window.location.reload()} 361 onClick={() => window.location.reload()}
356 style={{ 362 style={{
357 color : 'white', 363 color : 'white',
358 - width: 'auto', 364 + width: '51%',
359 - height: '54px', 365 + height: 'auto',
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', 366 marginLeft: '22px',
373 marginTop: '10px', 367 marginTop: '10px',
374 cursor: 'pointer', 368 cursor: 'pointer',
375 - }} 369 + }} />
376 - />
377 -
378 - <Menu
379 -
380 - theme="dark"
381 - defaultSelectedKeys={['1']}
382 - mode="inline"
383 - style={{ fontSize: '18px' }}>
384 <SubMenu 370 <SubMenu
385 key="sub1" 371 key="sub1"
386 icon={<UserOutlined style={{ fontSize: '18px' }} />} 372 icon={<UserOutlined style={{ fontSize: '18px' }} />}
......