From 506f11541507259de9efef2057d4b9c53a14fd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Fri, 13 Feb 2026 06:28:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=83=88=20=EA=B3=84=EC=95=BD=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=ED=8F=BC=20PC=20=ED=99=94=EB=A9=B4=20UI=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0=20(=EA=B3=BC=EB=8C=80=20=ED=81=AC=EA=B8=B0?= =?UTF-8?q?=20=EC=B6=95=EC=86=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - max-w-3xl + mx-auto로 폼 너비 제한 (768px) - input/select/textarea padding 축소 (py-2 → py-1.5) - 카드 내부 패딩 축소 (p-5 → p-4) - 라벨 폰트 크기 축소 (text-sm → text-xs) - 섹션 간격 축소 (space-y-5 → space-y-4) - 버튼 크기 축소 및 rounded-lg → rounded-md 통일 Co-Authored-By: Claude Opus 4.6 --- resources/views/esign/create.blade.php | 56 +++++++++++++------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/resources/views/esign/create.blade.php b/resources/views/esign/create.blade.php index 857fcb05..9fa65e05 100644 --- a/resources/views/esign/create.blade.php +++ b/resources/views/esign/create.blade.php @@ -23,20 +23,20 @@ const Input = ({ label, name, value, error, onChange, type = 'text', required = false, placeholder = '', style }) => (
- + onChange(name, e.target.value)} placeholder={placeholder} required={required} - className="w-full border border-gray-300 rounded-lg px-3 py-2 text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition-colors" /> + className="w-full border border-gray-300 rounded-md px-2.5 py-1.5 text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition-colors" /> {error &&

{error}

}
); const SignerRow = ({ prefix, title, subtitle, color, form, errors, onChange }) => (
-
+
-

{title}

- {subtitle} +

{title}

+ {subtitle}
-
+
+

새 계약 생성

{IS_ADMIN && ( @@ -151,22 +151,22 @@ className="w-8 h-8 flex items-center justify-center rounded-lg text-amber-500 ho {errors.general &&
{errors.general}
} -
+ {/* 계약 정보 */} -
-

계약 정보

-
+
+

계약 정보

+
- +