From 32d8a5c8f98727553a331b9b1e77aeebae0177f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 12 Mar 2026 16:58:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[=EC=B9=B4=EB=93=9C=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EB=82=B4=EC=97=AD]=20=EC=A3=BC=EC=84=9D=20=EB=82=B4=20?= =?UTF-8?q?=EC=9D=B4=EC=A4=91=EC=A4=91=EA=B4=84=ED=98=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/barobill/ecard/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/barobill/ecard/index.blade.php b/resources/views/barobill/ecard/index.blade.php index 5a951c2c..a65fc9c2 100644 --- a/resources/views/barobill/ecard/index.blade.php +++ b/resources/views/barobill/ecard/index.blade.php @@ -694,7 +694,7 @@ className={`px-3 py-1.5 text-sm cursor-pointer ${index === highlightIndex ? 'bg- if (!log) return null; - // Blade {{ }} 충돌 방지: style 객체를 변수로 분리 + // 테이블 레이아웃 스타일 (Blade 이중중괄호 충돌 방지용 변수) const tableFixedStyle = { tableLayout: 'fixed' }; const colStyles = [ { width: '10%' }, { width: '22%' }, { width: '28%' },