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%' },