From 6483757ba04adb30cc0e83fa861af23c92bb907a Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 15 Aug 2026 21:24:28 +0900 Subject: [PATCH] fix(fe): structural flex layout fix for 100% viewport height zero-scroll fit --- .../src/features/shadow-run/pages/ShadowRunQueue.vue | 1 - frontend/src/shared/ui/DataGridShell.vue | 6 +++++- frontend/src/shared/ui/components/KsDataGrid.vue | 2 +- frontend/src/shared/ui/layouts/PageLayout.vue | 12 ++++++------ 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue b/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue index 8e825e0c..ecc8cf6e 100644 --- a/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue +++ b/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue @@ -138,7 +138,6 @@ const handleRetry = () => { diff --git a/frontend/src/shared/ui/DataGridShell.vue b/frontend/src/shared/ui/DataGridShell.vue index 4f784c76..b6854cf2 100644 --- a/frontend/src/shared/ui/DataGridShell.vue +++ b/frontend/src/shared/ui/DataGridShell.vue @@ -16,7 +16,7 @@ const emit = defineEmits<{ pageChange: [value: { page: number; pageSize: number + + diff --git a/frontend/src/shared/ui/components/KsDataGrid.vue b/frontend/src/shared/ui/components/KsDataGrid.vue index babb6d58..d57a6b90 100644 --- a/frontend/src/shared/ui/components/KsDataGrid.vue +++ b/frontend/src/shared/ui/components/KsDataGrid.vue @@ -39,5 +39,5 @@ function onRowClicked(event: RowClickedEvent): void { diff --git a/frontend/src/shared/ui/layouts/PageLayout.vue b/frontend/src/shared/ui/layouts/PageLayout.vue index c4752a28..b0b2a9b1 100644 --- a/frontend/src/shared/ui/layouts/PageLayout.vue +++ b/frontend/src/shared/ui/layouts/PageLayout.vue @@ -17,15 +17,15 @@ defineProps<{ title: string; subtitle?: string; status?: string; asOf?: string;