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