diff --git a/egovframe-template-simple-react-contribution/src/components/leftmenu/EgovLeftNavAdmin.jsx b/egovframe-template-simple-react-contribution/src/components/leftmenu/EgovLeftNavAdmin.jsx index 3c04028..8b3e83a 100644 --- a/egovframe-template-simple-react-contribution/src/components/leftmenu/EgovLeftNavAdmin.jsx +++ b/egovframe-template-simple-react-contribution/src/components/leftmenu/EgovLeftNavAdmin.jsx @@ -40,6 +40,19 @@ function EgovLeftNavAdmin(props) {

사이트관리

+ + 사이트 관리 + +
    +
  • (isActive ? "cur" : "")}>Dashboard
  • + {/*
  • (isActive ? "cur" : "")}>게시판생성관리
  • +
  • (isActive ? "cur" : "")}>게시판사용관리
  • +
  • (isActive ? "cur" : "")}>공지사항관리
  • +
  • (isActive ? "cur" : "")}>사이트갤러리관리
  • +
  • (isActive ? "cur" : "")}>사이트관리자 암호변경
  • */} +
+
+
환경설정 @@ -93,7 +106,7 @@ function EgovLeftNavAdmin(props) {
  • (isActive ? "cur" : "")}>설문 관리
  • (isActive ? "cur" : "")}>팝업 관리
  • (isActive ? "cur" : "")}>건설기준연구 관리
  • -
  • (isActive ? "cur" : "")}>문자 발송
  • + {/*
  • (isActive ? "cur" : "")}>문자 발송
  • */}
    @@ -119,19 +132,6 @@ function EgovLeftNavAdmin(props) { - - 전자정부 기본 메뉴 - -
      -
    • (isActive ? "cur" : "")}>일정관리
    • -
    • (isActive ? "cur" : "")}>게시판생성관리
    • -
    • (isActive ? "cur" : "")}>게시판사용관리
    • -
    • (isActive ? "cur" : "")}>공지사항관리
    • -
    • (isActive ? "cur" : "")}>사이트갤러리관리
    • -
    • (isActive ? "cur" : "")}>사이트관리자 암호변경
    • -
    -
    -
    diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index 5c0faf7..0b6b4d0 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -14,6 +14,7 @@ .Plogin .login_box button span {display: block; position: relative; height: 100%;} .Plogin .login_box .chk {margin-top: 20px;} .Plogin .login_box .chk em {display: inline-block; height: 30px; margin-left: 40px; color: #666; font-size: 16px;} +.Plogin .login_box .chk label {display: inline-block; height: 30px; color: #666; font-size: 16px;} .Plogin .list {margin-top: 44px; padding: 0 360px;} .Plogin .list li {position: relative; padding-left: 15px; color: #666; font-size: 16px; line-height: 26px;} .Plogin .list li::before {content: ""; display: block; position: absolute; left: 0; top: 12px; width: 4px; height: 4px; background: #666;} diff --git a/egovframe-template-simple-react-contribution/src/pages/login/EgovLoginContent.jsx b/egovframe-template-simple-react-contribution/src/pages/login/EgovLoginContent.jsx index 236a078..e2c893d 100644 --- a/egovframe-template-simple-react-contribution/src/pages/login/EgovLoginContent.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/login/EgovLoginContent.jsx @@ -5,6 +5,7 @@ import {parseJwt} from "../../utils/parseJwt"; import URL from 'constants/url'; import CODE from 'constants/code'; +import Form from "react-bootstrap/Form"; import Row from 'react-bootstrap/Row'; import Col from 'react-bootstrap/Col'; import Modal from "react-bootstrap/Modal"; @@ -55,10 +56,8 @@ function EgovLoginContent(props) { if (idFlag === false) { setLocalItem(KEY_ID, ""); - checkRef.current.className = "f_chk" } else { - checkRef.current.className = "f_chk on" - }; + } }, []); useEffect(() => { @@ -143,9 +142,11 @@ function EgovLoginContent(props) { - */} ID 찾기