diff --git a/frontend/src/shared/shell/KsAppShell.vue b/frontend/src/shared/shell/KsAppShell.vue index e7edc080..156bb702 100644 --- a/frontend/src/shared/shell/KsAppShell.vue +++ b/frontend/src/shared/shell/KsAppShell.vue @@ -124,7 +124,7 @@ onMounted(() => { flex: 1; overflow-y: auto; overflow-x: hidden; - padding: var(--spacing-6); + padding: var(--ks-space-3); max-width: 100%; scroll-behavior: smooth; } diff --git a/frontend/src/shared/ui/DataGridShell.vue b/frontend/src/shared/ui/DataGridShell.vue index 81414736..47400861 100644 --- a/frontend/src/shared/ui/DataGridShell.vue +++ b/frontend/src/shared/ui/DataGridShell.vue @@ -18,7 +18,7 @@ const emit = defineEmits<{ pageChange: [value: { page: number; pageSize: number

데이터를 불러오는 중입니다.

{{ emptyMessage }}

- +