File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
<div v-if =" groupName" class =" text-md font-semibold px-6 py-3 flex flex-1 items-center dark:border-gray-600 text-gray-700 bg-lightFormHeading dark:bg-gray-700 dark:text-gray-400 rounded-t-lg" >
4
4
{{ groupName }}
5
5
</div >
6
- <table class =" w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400 table-fixed mb-4 " >
6
+ <table class =" w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400 table-fixed" >
7
7
<thead class =" text-gray-700 dark:text-gray-400 bg-lightFormHeading dark:bg-gray-700 block md:table-row-group" >
8
8
<tr >
9
9
<th scope =" col" class =" px-6 py-3 text-xs uppercase hidden md:w-52 md:table-cell" >
18
18
<tr
19
19
v-for =" column in columns"
20
20
:key =" column.name"
21
- class =" bg-lightForm bg-darkForm odd:dark:bg-gray-900 even:dark:bg-gray-800 dark:border-gray-700 block md:table-row"
21
+ class =" bg-lightForm border-t border-gray-100
22
+ dark:bg-gray-800 dark:border-gray-700 block md:table-row"
22
23
>
23
24
<component
24
25
v-if =" column.components?.showRow"
You can’t perform that action at this time.
0 commit comments