fix(expense): 라운드 제거 대상은 .erp-table-wrap + 클립 아이콘 22px 강제

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 02:14:21 +09:00
parent 7ff3500844
commit ec8c9edcc9
@@ -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; }