From da085a7700c2a8da8816042ad42244b5bbdf2768 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Thu, 9 Jul 2026 21:59:36 +0900 Subject: [PATCH] style: Compact search/filter forms across all pages - Reduce card-body padding to p-2 - Change gap from g-3 to g-2 - Convert row columns to col-auto for compact layout - Add form-control-sm and form-select-sm - Shorten placeholder text and labels - Applied to: Blog, Clients, Inquiries Result: Search sections now take minimal vertical space, table data dominates the view for better data density. Co-Authored-By: Claude Haiku 4.5 --- src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml | 22 +++++++++------ .../Pages/Admin/Clients/Index.cshtml | 28 ++++++++++--------- .../Pages/Admin/Inquiries/Index.cshtml | 14 +++++----- 3 files changed, 35 insertions(+), 29 deletions(-) diff --git a/src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml b/src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml index a4f419f..d2f99c3 100644 --- a/src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml +++ b/src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml @@ -8,17 +8,21 @@ @await Html.PartialAsync("_AdminPageHeader", new TaxBaik.Web.Models.AdminPageHeaderModel("콘텐츠", "블로그 관리", "검색, 발행 상태, 작성일 기준의 블로그 목록입니다.", "/admin/blog/create", "새 글 작성"))
-
+
-
-
- - +
+
+ +
-
- - 초기화 - 내린 글 보기 +
+ +
+
+ 초기화 +
+
diff --git a/src/TaxBaik.Web/Pages/Admin/Clients/Index.cshtml b/src/TaxBaik.Web/Pages/Admin/Clients/Index.cshtml index 1c36062..8aea279 100644 --- a/src/TaxBaik.Web/Pages/Admin/Clients/Index.cshtml +++ b/src/TaxBaik.Web/Pages/Admin/Clients/Index.cshtml @@ -8,32 +8,34 @@ @await Html.PartialAsync("_AdminPageHeader", new TaxBaik.Web.Models.AdminPageHeaderModel("고객 관리", "고객 목록", "검색, 상태 필터, 페이지네이션 기준의 고객 목록입니다.", "/admin/clients/create", "고객 등록"))
-
+
-
+
- - + +
-
- -
-
- -
-
- - 초기화 +
+ +
+
diff --git a/src/TaxBaik.Web/Pages/Admin/Inquiries/Index.cshtml b/src/TaxBaik.Web/Pages/Admin/Inquiries/Index.cshtml index e342717..f9578fc 100644 --- a/src/TaxBaik.Web/Pages/Admin/Inquiries/Index.cshtml +++ b/src/TaxBaik.Web/Pages/Admin/Inquiries/Index.cshtml @@ -5,15 +5,15 @@
@await Html.PartialAsync("_AdminPageHeader", new TaxBaik.Web.Models.AdminPageHeaderModel("Customer Requests", "문의 관리", "상담 요청을 상태별로 확인합니다.", "/admin/inquiries/create", "문의 등록"))
-
+
-
-
- - +
+
+ +
-
- +
+