From 7ff3500844ea294f3f5b7ffc01aecabf66b13a9a Mon Sep 17 00:00:00 2001 From: king Date: Sun, 31 May 2026 02:11:44 +0900 Subject: [PATCH] =?UTF-8?q?ui(expense):=20=EB=82=B4=EC=97=AD=20=ED=91=9C?= =?UTF-8?q?=20=EC=B2=AB=20=ED=96=89=20=EB=AA=A8=EC=84=9C=EB=A6=AC=20?= =?UTF-8?q?=EB=9D=BC=EC=9A=B4=EB=93=9C=20=EC=A0=9C=EA=B1=B0=20+=20?= =?UTF-8?q?=EC=B2=A8=EB=B6=80=20=EC=95=84=EC=9D=B4=EC=BD=98=20=ED=99=95?= =?UTF-8?q?=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- app/modules/expense/templates/expense/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/modules/expense/templates/expense/index.html b/app/modules/expense/templates/expense/index.html index 40c4cb1..3d10439 100644 --- a/app/modules/expense/templates/expense/index.html +++ b/app/modules/expense/templates/expense/index.html @@ -201,6 +201,13 @@ #ex-table td > div { white-space: nowrap; } /* 가맹점/메모 줄바꿈 방지 */ #ex-tbody .js-actions { text-align: center !important; } #ex-tbody .js-actions > * { margin: 0 2px; } + + /* 첫 행(헤더) 모서리 라운드 제거 */ + #ex-table, #ex-table thead, #ex-table thead th, + #ex-table tr:first-child th, #ex-table tr:first-child td { border-radius: 0 !important; } + + /* 첨부(클립) 아이콘 크게 */ + #ex-tbody .js-view-att { font-size: 20px; line-height: 1; padding: 2px 6px; } .erp-expense .erp-summary-value { font-size: 20px; line-height: 1.1; } .erp-expense .erp-summary-value--sm { font-size: 18px; }