Skip to content

Commit 89e1bcd

Browse files
committed
fix(customers): hide table separator
Follow-up nuxt-ui-templates/dashboard#228
1 parent aba30b5 commit 89e1bcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/customers.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ const pagination = ref({
296296
thead: '[&>tr]:bg-elevated/50 [&>tr]:after:content-none',
297297
tbody: '[&>tr]:last:[&>td]:border-b-0',
298298
th: 'py-2 first:rounded-l-lg last:rounded-r-lg border-y border-default first:border-l last:border-r',
299-
td: 'border-b border-default'
299+
td: 'border-b border-default',
300+
separator: 'h-0'
300301
}"
301302
/>
302303

0 commit comments

Comments
 (0)