fix(fe): structural flex layout fix for 100% viewport height zero-scroll fit

This commit is contained in:
2026-08-15 21:24:28 +09:00
parent c1d818bce7
commit 6483757ba0
4 changed files with 12 additions and 9 deletions
@@ -138,7 +138,6 @@ const handleRetry = () => {
<DataGridShell
:rows="filteredJobs"
:columns="shadowRunColumns"
height="calc(100vh - 210px)"
empty-message="검색 조건에 맞는 배치 작업이 없습니다."
/>
</BatchOperationsPageV2>