From 46f03888324e26c89cfe141579ad1b9a539d966e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Thu, 4 Dec 2025 14:50:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=9A=A9=EC=9E=90=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=ED=99=94=EB=A9=B4=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sass/components/_apikey-common.scss | 19 ++ .../static/sass/pages/_apikey-register.scss | 4 + .../views/apps/users/userDetail.html | 196 ++++++++---------- 3 files changed, 115 insertions(+), 104 deletions(-) diff --git a/src/main/resources/static/sass/components/_apikey-common.scss b/src/main/resources/static/sass/components/_apikey-common.scss index 14c936c..640f1df 100644 --- a/src/main/resources/static/sass/components/_apikey-common.scss +++ b/src/main/resources/static/sass/components/_apikey-common.scss @@ -66,6 +66,25 @@ $apikey-border-color: #dadada; } } + &--simple { + background: none; + padding: 0 0 $spacing-md 0; + border-radius: 0; + border-bottom: 2px solid #212529; + margin-bottom: $spacing-xl; + + h3 { + font-size: 22px; + font-weight: $font-weight-bold; + color: #212529; + margin: 0; + } + + .required-badge { + display: none; + } + } + .common-subtitle { font-size: 16px; font-weight: $font-weight-regular; diff --git a/src/main/resources/static/sass/pages/_apikey-register.scss b/src/main/resources/static/sass/pages/_apikey-register.scss index c11fb35..a03b85a 100644 --- a/src/main/resources/static/sass/pages/_apikey-register.scss +++ b/src/main/resources/static/sass/pages/_apikey-register.scss @@ -1128,6 +1128,10 @@ input[type="checkbox"]:checked + .custom-checkbox { &::placeholder { color: $text-light; } + + &:disabled { + background-color: #E2E8F0; + } } .form-textarea { diff --git a/src/main/resources/templates/views/apps/users/userDetail.html b/src/main/resources/templates/views/apps/users/userDetail.html index 0b19587..f861584 100644 --- a/src/main/resources/templates/views/apps/users/userDetail.html +++ b/src/main/resources/templates/views/apps/users/userDetail.html @@ -1,119 +1,107 @@ - - - + + - +
+
+ +

이용자 관리

+
+
+
+
- -
-

이용자 상세

-

- 이용자의 상세 정보를 확인할 수 있습니다. -

+
+

이용자 정보

-
- - -
-

기본 정보

-
- - -
- -
- user@example.com -
-
- - -
- -
- 홍길동 -
-
- - -
- -
- 010-****-**** -
-
- - -
- -
- - 권한 - -
-
- - -
- -
- - - 활성화 - -
-
- - -
- -
- 2024.01.01 -
-
- - -
- -
- 2024.01.01 12:00:00 -
-
- -
+
+
+ +
+
+ 이메일 아이디 +
+
+ +
- -
- - 목록으로 - + +
+
+ 성명 +
+
+ +
-
+ +
+
+ 휴대폰 번호 +
+
+ +
+
- + +
+
+ 권한 +
+
+ +
+
- + +
+
+ 계정상태 +
+
+ +
+
+ + +
+
+ 가입일 +
+
+ +
+
+ + +
+
+ 마지막 로그인 +
+
+ +
+
+
+
+ + +
+
+ +
+
+ +
+ + +