From 72e810cd5f992a07a36ff00425f581fbc946041b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 11 Mar 2026 14:14:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[finance]=20=EC=A0=81=EC=9A=94=20?= =?UTF-8?q?=EC=BB=AC=EB=9F=BC=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=9E=98?= =?UTF-8?q?=EB=A6=BC=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - max-w-[220px] + truncate 제거로 긴 적요 전체 표시 - 은행거래 탭의 적요 컬럼도 동일 적용 --- resources/views/finance/journal-entries.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/finance/journal-entries.blade.php b/resources/views/finance/journal-entries.blade.php index 51669c65..78a6ba2b 100644 --- a/resources/views/finance/journal-entries.blade.php +++ b/resources/views/finance/journal-entries.blade.php @@ -900,7 +900,7 @@ className="px-3 py-1.5 text-sm border border-stone-200 rounded-lg focus:ring-2 f {formatDate(tx.transDate)} {formatTime(tx.transTime)} {!selectedAccount && {tx.bankName}} - {tx.summary || '-'} + {tx.summary || '-'} {parseFloat(tx.deposit) > 0 ? formatCurrency(tx.deposit) : ''} @@ -1330,11 +1330,11 @@ className={`px-2.5 py-1 text-xs rounded-full font-medium transition-colors ${vie {row.entryNo || ''} - +
{row.type === 'card' && } - {row.description} + {row.description} {row.type === 'card' && row.cardTx && ( {row.cardTx.deductionType === 'non_deductible' ? '불공제' : '공제'}