From a47859f29518ed0327967aeb839ab86d641306fe Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 15 Aug 2026 21:28:01 +0900 Subject: [PATCH] fix(fe): stretch QueryStateBoundary and BatchOperationsPageV2 to display grid seamlessly --- frontend/src/shared/ui/QueryStateBoundary.vue | 7 +++++-- .../shared/ui/screen-types/v2/BatchOperationsPageV2.vue | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/src/shared/ui/QueryStateBoundary.vue b/frontend/src/shared/ui/QueryStateBoundary.vue index 66cd8036..b72da56f 100644 --- a/frontend/src/shared/ui/QueryStateBoundary.vue +++ b/frontend/src/shared/ui/QueryStateBoundary.vue @@ -20,7 +20,7 @@ const props = defineProps<{ const emit = defineEmits<{ retry: [] }>() - + diff --git a/frontend/src/shared/ui/screen-types/v2/BatchOperationsPageV2.vue b/frontend/src/shared/ui/screen-types/v2/BatchOperationsPageV2.vue index 351e1bcc..59fcb513 100644 --- a/frontend/src/shared/ui/screen-types/v2/BatchOperationsPageV2.vue +++ b/frontend/src/shared/ui/screen-types/v2/BatchOperationsPageV2.vue @@ -1,3 +1,3 @@ - - + +