diff --git a/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx b/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx index a0567c2..41b471f 100644 --- a/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx +++ b/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx @@ -2,35 +2,39 @@ import React from 'react'; import { Link } from 'react-router-dom'; function EgovFooter() { - return ( -
-
-

- - - - -

-
-

- 대표문의메일 : egovframeexample@gmail.com |
대표전화 : 0000-0000 (000-0000-0000)
- 호환성확인 : 000-0000-0000 | 교육문의 : 0000-0000-0000 -

-

Copyright © 2021 Ministry Of The Interior And Safety. All Rights Reserved.

-
-
- - - - - - - - + if(window.location.pathname==="/standardCode/viewer"){ + return null; + }else{ + return ( +
+
+

+ + + + +

+
+

+ 대표문의메일 : egovframeexample@gmail.com |
대표전화 : 0000-0000 (000-0000-0000)
+ 호환성확인 : 000-0000-0000 | 교육문의 : 0000-0000-0000 +

+

Copyright © 2021 Ministry Of The Interior And Safety. All Rights Reserved.

+
+
+ + + + + + + + +
-
- ); + ); + } } export default EgovFooter; \ No newline at end of file diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index f06b3be..c7e5a16 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -306,4 +306,4 @@ .calendar_info ul li a {color: #222; font-size: 16px; font-weight: 300;} .calendar_info ul li span {position: absolute; right: 15px; top: 15px; color: #808080; font-size: 16px; font-weight: 300;} - .viewerDiv{max-height: 650px; overflow-y: auto;} \ No newline at end of file + .viewerDiv{height: calc(100vh - 180px); overflow-y: auto;} \ No newline at end of file diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js index 5d09c90..de5271c 100644 --- a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js +++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js @@ -20,8 +20,6 @@ function CodeViewer(props) { console.log("viewer [location] : ", location); console.log("viewer [docCode] : ", docCode); - - const updateDocCode = useCallback((docCode, docName)=>{ setDocCode(docCode); setDocName(docName); @@ -121,7 +119,7 @@ function CodeViewer(props) { console.log("------------------------------viewer [End]"); console.groupEnd("viewer"); return ( - + diff --git a/egovframe-template-simple-react-contribution/src/routes/index.jsx b/egovframe-template-simple-react-contribution/src/routes/index.jsx index 43dcd9b..e2662c9 100644 --- a/egovframe-template-simple-react-contribution/src/routes/index.jsx +++ b/egovframe-template-simple-react-contribution/src/routes/index.jsx @@ -225,7 +225,7 @@ const SecondRoutes = () => { {/* 사이트관리자 암호 바꾸기 기능 추가 2023.04.15(토) 김일국 */} } /> - {/*기준코드*/} + {/*기준코드 뷰어*/} } />