From a74da82d176000977a2f0835533e82d62716b971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Mon, 15 Jan 2024 16:43:04 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EB=A9=94?= =?UTF-8?q?=EB=89=B4=20=EC=A1=B0=EC=A0=95.=20=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20id=EC=A0=80=EC=9E=A5=20=EA=B8=B0=EB=8A=A5?= =?UTF-8?q?=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/leftmenu/EgovLeftNavAdmin.jsx | 28 +++++++++---------- .../src/css/page.css | 1 + .../src/pages/login/EgovLoginContent.jsx | 11 ++++---- 3 files changed, 21 insertions(+), 19 deletions(-) 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 찾기