Skip to content

Commit

Permalink
fix: fix empty grid view
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 19, 2024
1 parent 40e4a05 commit 01afb82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const table = getTable()
</script>

<div class="flex max-w-full flex-1 -translate-y-20 items-center justify-center shadow-sm">
<div class="flex w-screen flex-1 -translate-x-10 -translate-y-20 items-center justify-center shadow-sm">
<div class="flex flex-col items-center gap-1 space-y-2 text-center">
<SquareMousePointer class="text-primary h-10 w-10" />
<h3 class="text-sm font-bold tracking-tight">{$table.name.value} have no records</h3>
Expand Down

0 comments on commit 01afb82

Please sign in to comment.