File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 <th
66 v-for =" field in fields"
77 :key =" field.label"
8- class =" px-2 py-1.5 text-xs font-medium text-black uppercase"
8+ class =" px-2 py-1.5 text-xs font-medium uppercase"
99 :class =" field.thClass"
1010 :style =" field.thStyle"
1111 >
4343 </thead >
4444 <tbody class =" px-2 py-1.5 text-left text-xs font-medium border" >
4545 <tr
46- v-for =" (item) in items"
47- :key =" item.label"
48- class =" divide-x divide-y last:border-b-0 px-2 py-1.5 text-left text-xs font-medium border odd:bg-gray-300/50 even:bg-gray-100/50 hover:bg-gray-400/50"
46+ v-for =" (item) in items"
47+ :key =" item.label"
48+ class =" divide-x divide-y last:border-b-0 px-2 py-1.5 text-left text-xs font-medium border odd:bg-gray-300/50 even:bg-gray-100/50 hover:bg-gray-400/50"
4949 >
5050 <td
5151 v-for =" field in fields"
5252 :key =" field.key"
53- class =" px-2 py-1.5 align-top lg:table-cell lg:text-left lg:align-middle last:border-b-0"
53+ class =" px-2 py-1.5 align-top lg:table-cell last:border-b-0"
5454 :class =" field.tdClass"
5555 :style =" field.tdStyle"
5656 >
You can’t perform that action at this time.
0 commit comments