From b6141512b69674cc9fa3a5822a0b2cdecf291dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Tue, 25 Nov 2025 13:47:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=B1=20=EA=B4=80=EB=A6=AC=20-=20=EC=95=B1?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/main.css | 14 +- .../static/sass/pages/_org-register.scss | 2 +- .../views/apps/apis/mainApiList.html | 2 +- .../views/apps/mypage/apiKeyList.html | 559 ++++++++++++------ .../views/apps/mypage/orgTransfer.html | 2 +- .../views/apps/mypage/passwordChange.html | 2 +- .../apps/mypage/passwordChangeEntry.html | 2 +- .../apps/mypage/updateCorporateManager.html | 2 +- .../apps/mypage/updateCorporateUser.html | 2 +- .../views/apps/mypage/updatePersonalUser.html | 2 +- .../views/apps/register/orgUserRegister.html | 2 +- .../views/apps/register/userRegister.html | 2 +- .../fragment/kjbank/terms_agreements.html | 2 +- 13 files changed, 385 insertions(+), 210 deletions(-) diff --git a/src/main/resources/static/css/main.css b/src/main/resources/static/css/main.css index 24cea5b..1d14349 100644 --- a/src/main/resources/static/css/main.css +++ b/src/main/resources/static/css/main.css @@ -10628,7 +10628,7 @@ select.form-control { } } -.org-page-title-banner { +.page-title-banner { position: relative; width: 100%; height: 220px; @@ -10638,7 +10638,7 @@ select.form-control { justify-content: center; overflow: hidden; } -.org-page-title-banner::before { +.page-title-banner::before { content: ""; position: absolute; top: 0; @@ -10649,7 +10649,7 @@ select.form-control { background-size: 50px 50px; opacity: 0.5; } -.org-page-title-banner .title-image { +.page-title-banner .title-image { position: absolute; top: 50%; left: 50%; @@ -10658,7 +10658,7 @@ select.form-control { width: auto; z-index: 1; } -.org-page-title-banner h1 { +.page-title-banner h1 { position: relative; font-size: 40px; font-weight: 700; @@ -10668,14 +10668,14 @@ select.form-control { letter-spacing: -0.5px; } @media (max-width: 768px) { - .org-page-title-banner { + .page-title-banner { height: 120px; margin-bottom: 32px; } - .org-page-title-banner .title-image { + .page-title-banner .title-image { height: 120px; } - .org-page-title-banner h1 { + .page-title-banner h1 { font-size: 24px; } } diff --git a/src/main/resources/static/sass/pages/_org-register.scss b/src/main/resources/static/sass/pages/_org-register.scss index 95c42d5..ea7e2e7 100644 --- a/src/main/resources/static/sass/pages/_org-register.scss +++ b/src/main/resources/static/sass/pages/_org-register.scss @@ -5,7 +5,7 @@ @import '../abstracts/mixins'; // Page Title Banner -.org-page-title-banner { +.page-title-banner { position: relative; width: 100%; height: 220px; diff --git a/src/main/resources/templates/views/apps/apis/mainApiList.html b/src/main/resources/templates/views/apps/apis/mainApiList.html index 19e292c..f85ac86 100644 --- a/src/main/resources/templates/views/apps/apis/mainApiList.html +++ b/src/main/resources/templates/views/apps/apis/mainApiList.html @@ -6,7 +6,7 @@ -
+

API 마켓

diff --git a/src/main/resources/templates/views/apps/mypage/apiKeyList.html b/src/main/resources/templates/views/apps/mypage/apiKeyList.html index b89889b..64a9f23 100644 --- a/src/main/resources/templates/views/apps/mypage/apiKeyList.html +++ b/src/main/resources/templates/views/apps/mypage/apiKeyList.html @@ -1,138 +1,123 @@ + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout/kjbank_title_layout}"> +
+
+

앱관리

+
+
-
+
- -
-
-

마이페이지

-

인증키 목록

-
-
- -
+ +
+

앱 목록

- -
- 총 0개의 인증키 -
+ +
- -
+ + + - - - - - - -
- - - - -
- App Icon -
- - - - - + +
+
+ + + 승인대기 + + +

앱 이름

+
+ +

+ 앱 설명이 여기에 표시됩니다. +

-
- -
- -

앱 이름

+
+ - -

- 앱 설명이 여기에 표시됩니다. -

-
+ + + - -
- - 활성화 - -
+ +
+ App Icon +
+ + + + + +
+
-
+ +
+
+ + + 승인 + + +

앱 이름

+
+ +

+ 앱 설명이 여기에 표시됩니다. +

+
+ + +
+ + +
+
🔑
+

등록된 앱이 없습니다

+

새로운 앱을 생성하여 API를 사용해보세요.

+
- -
-
🔑
-

등록된 인증키가 없습니다

-

새로운 앱을 생성하여 API를 사용해보세요.

-
@@ -140,83 +125,278 @@ + + diff --git a/src/main/resources/templates/views/apps/mypage/orgTransfer.html b/src/main/resources/templates/views/apps/mypage/orgTransfer.html index 2090eee..78dfba6 100644 --- a/src/main/resources/templates/views/apps/mypage/orgTransfer.html +++ b/src/main/resources/templates/views/apps/mypage/orgTransfer.html @@ -4,7 +4,7 @@ layout:decorate="~{layout/kbank_signup_layout}">
-
+

법인회원 전환

diff --git a/src/main/resources/templates/views/apps/mypage/passwordChange.html b/src/main/resources/templates/views/apps/mypage/passwordChange.html index 3d85c02..e7c72ae 100644 --- a/src/main/resources/templates/views/apps/mypage/passwordChange.html +++ b/src/main/resources/templates/views/apps/mypage/passwordChange.html @@ -7,7 +7,7 @@
-
+

비밀번호 변경

diff --git a/src/main/resources/templates/views/apps/mypage/passwordChangeEntry.html b/src/main/resources/templates/views/apps/mypage/passwordChangeEntry.html index 3b488ef..d79394b 100644 --- a/src/main/resources/templates/views/apps/mypage/passwordChangeEntry.html +++ b/src/main/resources/templates/views/apps/mypage/passwordChangeEntry.html @@ -4,7 +4,7 @@ layout:decorate="~{layout/kjbank_title_layout}">
-
+

비밀번호 변경

diff --git a/src/main/resources/templates/views/apps/mypage/updateCorporateManager.html b/src/main/resources/templates/views/apps/mypage/updateCorporateManager.html index 7bc2735..18d648b 100644 --- a/src/main/resources/templates/views/apps/mypage/updateCorporateManager.html +++ b/src/main/resources/templates/views/apps/mypage/updateCorporateManager.html @@ -3,7 +3,7 @@ layout:decorate="~{layout/kjbank_title_layout}">
-
+

내 정보 관리

diff --git a/src/main/resources/templates/views/apps/mypage/updateCorporateUser.html b/src/main/resources/templates/views/apps/mypage/updateCorporateUser.html index eab357d..499113b 100644 --- a/src/main/resources/templates/views/apps/mypage/updateCorporateUser.html +++ b/src/main/resources/templates/views/apps/mypage/updateCorporateUser.html @@ -3,7 +3,7 @@ layout:decorate="~{layout/kjbank_title_layout}">
-
+

내 정보 관리

diff --git a/src/main/resources/templates/views/apps/mypage/updatePersonalUser.html b/src/main/resources/templates/views/apps/mypage/updatePersonalUser.html index 566d06c..8dbbf5f 100644 --- a/src/main/resources/templates/views/apps/mypage/updatePersonalUser.html +++ b/src/main/resources/templates/views/apps/mypage/updatePersonalUser.html @@ -3,7 +3,7 @@ layout:decorate="~{layout/kjbank_title_layout}">
-
+

내 정보 관리

diff --git a/src/main/resources/templates/views/apps/register/orgUserRegister.html b/src/main/resources/templates/views/apps/register/orgUserRegister.html index 4c788ac..9ef77c2 100644 --- a/src/main/resources/templates/views/apps/register/orgUserRegister.html +++ b/src/main/resources/templates/views/apps/register/orgUserRegister.html @@ -4,7 +4,7 @@ layout:decorate="~{layout/kjbank_title_layout}">
-
+
법인회원가입

법인회원가입

diff --git a/src/main/resources/templates/views/apps/register/userRegister.html b/src/main/resources/templates/views/apps/register/userRegister.html index d5eb100..997e379 100644 --- a/src/main/resources/templates/views/apps/register/userRegister.html +++ b/src/main/resources/templates/views/apps/register/userRegister.html @@ -4,7 +4,7 @@ layout:decorate="~{layout/kjbank_title_layout}">
-
+
개인회원가입

개인회원가입

diff --git a/src/main/resources/templates/views/fragment/kjbank/terms_agreements.html b/src/main/resources/templates/views/fragment/kjbank/terms_agreements.html index 187d370..895c6a9 100644 --- a/src/main/resources/templates/views/fragment/kjbank/terms_agreements.html +++ b/src/main/resources/templates/views/fragment/kjbank/terms_agreements.html @@ -3,7 +3,7 @@ layout:decorate="~{layout/kjbank_title_layout}">
-
+

비밀번호 변경