From ec8c9edcc95c97f6039190b2e833d3ad6b251354 Mon Sep 17 00:00:00 2001 From: king Date: Sun, 31 May 2026 02:14:21 +0900 Subject: [PATCH] =?UTF-8?q?fix(expense):=20=EB=9D=BC=EC=9A=B4=EB=93=9C=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20=EB=8C=80=EC=83=81=EC=9D=80=20.erp-table-w?= =?UTF-8?q?rap=20+=20=ED=81=B4=EB=A6=BD=20=EC=95=84=EC=9D=B4=EC=BD=98=2022?= =?UTF-8?q?px=20=EA=B0=95=EC=A0=9C?= 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, 3 insertions(+), 4 deletions(-) diff --git a/app/modules/expense/templates/expense/index.html b/app/modules/expense/templates/expense/index.html index 3d10439..54ddcef 100644 --- a/app/modules/expense/templates/expense/index.html +++ b/app/modules/expense/templates/expense/index.html @@ -202,12 +202,11 @@ #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; } + /* 첫 행(헤더) 모서리 라운드 제거 — 라운드는 .erp-table-wrap 에 걸려 있음 */ + .erp-expense .erp-table-wrap { border-radius: 0 !important; box-shadow: none; } /* 첨부(클립) 아이콘 크게 */ - #ex-tbody .js-view-att { font-size: 20px; line-height: 1; padding: 2px 6px; } + #ex-tbody .js-view-att { font-size: 22px !important; line-height: 1; padding: 2px 8px; } .erp-expense .erp-summary-value { font-size: 20px; line-height: 1.1; } .erp-expense .erp-summary-value--sm { font-size: 18px; }