We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba30b5 commit 89e1bcdCopy full SHA for 89e1bcd
src/pages/customers.vue
@@ -296,7 +296,8 @@ const pagination = ref({
296
thead: '[&>tr]:bg-elevated/50 [&>tr]:after:content-none',
297
tbody: '[&>tr]:last:[&>td]:border-b-0',
298
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'
+ td: 'border-b border-default',
300
+ separator: 'h-0'
301
}"
302
/>
303
0 commit comments