Skip to content

Commit be3c23e

Browse files
committed
style: add border radius
1 parent b1bee88 commit be3c23e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/views/ShowView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<div class="h-4 bg-gray-300 dark:bg-gray-600 rounded-full w-32"></div>
8585
</div>
8686

87-
<table class="w-full text-sm text-left table-fixed">
87+
<table class="w-full text-sm text-left table-fixed border rounded-lg overflow-hidden">
8888
<thead class="bg-lightShowTableUnderHeadingBackground dark:bg-darkShowTableUnderHeadingBackground block md:table-row-group">
8989
<tr>
9090
<th scope="col" class="px-6 py-3 text-xs uppercase hidden md:w-52 md:table-cell text-lightShowTableUnderHeadingText dark:text-darkShowTableUnderHeadingText">

0 commit comments

Comments
 (0)