ui(expense): 내역 표 첫 행 모서리 라운드 제거 + 첨부 아이콘 확대

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 02:11:44 +09:00
parent 84624baf8e
commit 7ff3500844
@@ -201,6 +201,13 @@
#ex-table td > div { white-space: nowrap; } /* 가맹점/메모 줄바꿈 방지 */ #ex-table td > div { white-space: nowrap; } /* 가맹점/메모 줄바꿈 방지 */
#ex-tbody .js-actions { text-align: center !important; } #ex-tbody .js-actions { text-align: center !important; }
#ex-tbody .js-actions > * { margin: 0 2px; } #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 { font-size: 20px; line-height: 1.1; }
.erp-expense .erp-summary-value--sm { font-size: 18px; } .erp-expense .erp-summary-value--sm { font-size: 18px; }