Skip to content

Commit 3c00b63

Browse files
committed
fix: Enhance ResourceListTable styling by adding border classes to rows for better visual separation
1 parent 3339412 commit 3c00b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
{{ $t('Actions') }}
6060
</td>
6161
</tr>
62-
<tr v-for="c in tableBodyStartInjection" :key="c.id" class="align-top">
62+
<tr v-for="c in tableBodyStartInjection" :key="c.id" class="align-top border-b border-lightListBorder dark:border-darkListTableBorder">
6363
<component :is="getCustomComponent(c)" :meta="c.meta" :resource="resource" :adminUser="coreStore.adminUser" />
6464
</tr>
6565
<!-- table header end -->

0 commit comments

Comments
 (0)