fix:Blade 템플릿에서 React 스타일 객체 이스케이프

- {{ }} → @{{ }} 로 Blade 이스케이프 처리
- tableLayout, width 스타일이 React로 정상 전달되도록 수정

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-03 08:03:49 +09:00
parent e8a5fa7319
commit 226065ffc2

View File

@@ -262,16 +262,16 @@
</button>
</div>
<div className="border border-stone-200 rounded-lg overflow-hidden">
<table className="w-full text-sm" style={{tableLayout: 'fixed'}}>
<table className="w-full text-sm" style=@{{tableLayout: 'fixed'}}>
<colgroup>
<col style={{width: '30%'}} />
<col style={{width: '60px'}} />
<col style={{width: '100px'}} />
<col style={{width: '12%'}} />
<col style={{width: '10%'}} />
<col style={{width: '12%'}} />
<col style={{width: '70px'}} />
<col style={{width: '40px'}} />
<col style=@{{width: '30%'}} />
<col style=@{{width: '60px'}} />
<col style=@{{width: '100px'}} />
<col style=@{{width: '12%'}} />
<col style=@{{width: '10%'}} />
<col style=@{{width: '12%'}} />
<col style=@{{width: '70px'}} />
<col style=@{{width: '40px'}} />
</colgroup>
<thead className="bg-stone-100 border-b border-stone-200">
<tr>