From 9e6576a5945bfc2f7934f855caae0fd5635709c9 Mon Sep 17 00:00:00 2001 From: king Date: Wed, 27 May 2026 00:02:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=A1=9C=EB=93=9C=20=EB=82=A0?= =?UTF-8?q?=EC=A7=9C=20=EB=AA=A8=EB=8B=AC=20UX=20=EB=8B=A4=EB=93=AC?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 기본 선택값을 오늘 날짜로 미리 지정 (업로드 실행 버튼도 즉시 활성) - 안내 문구를 "발주 데이터의 주문 날짜로 날짜를 선택해주세요." 로 수정 - 선택된 날짜 박스와 하단 버튼 사이 1.5rem 간격 확보 Co-Authored-By: Claude Sonnet 4.6 --- static/css/style.css | 1 + static/index.html | 2 +- static/js/app.js | 20 ++++++++++++++------ 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index e056bda..404b164 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1974,6 +1974,7 @@ input[type="checkbox"] { border: 1px dashed #cbd5e1; border-radius: 8px; padding: 0.75rem; + margin-bottom: 1.5rem; display: flex; justify-content: space-between; align-items: center; diff --git a/static/index.html b/static/index.html index 14cd0e5..a373be1 100644 --- a/static/index.html +++ b/static/index.html @@ -411,7 +411,7 @@