From 5d7a813bb4bef8a0c3e74c59e7f558f9f383ecfc Mon Sep 17 00:00:00 2001 From: kent Date: Tue, 30 Dec 2025 22:08:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8B=9C=EB=AE=AC=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=EA=B3=B5=EC=A0=95=EB=B3=84=20=ED=92=88=EB=AA=A9=20?= =?UTF-8?q?8=EA=B0=9C=20=EC=A0=9C=ED=95=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - items.slice(0, 8) 제거하여 모든 품목 표시 - max-h-80 overflow-y-auto로 스크롤 가능하게 변경 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- resources/views/quote-formulas/simulator.blade.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/views/quote-formulas/simulator.blade.php b/resources/views/quote-formulas/simulator.blade.php index 1e688374..a18a1a2a 100644 --- a/resources/views/quote-formulas/simulator.blade.php +++ b/resources/views/quote-formulas/simulator.blade.php @@ -1279,9 +1279,8 @@ function renderProcessGroups(groupedItems) { ${label} ${items.length}개 품목 -
- ${items.slice(0, 8).map(item => renderProcessItem(item)).join('')} - ${items.length > 8 ? `
... +${items.length - 8}개 더
` : ''} +
+ ${items.map(item => renderProcessItem(item)).join('')}
소계: