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; }