File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 class =" bg-lightForm dark:bg-darkForm dark:border-darkFormBorder block md:table-row"
2323 :class =" { 'border-b': i !== group.columns.length - 1}"
2424 >
25- <td class =" px-6 py-4 flex items-center block md:table-cell pb-0 md:pb-4"
25+ <td class =" px-6 py-4 flex items-center block pb-0 md:pb-4"
2626 :class =" {'rounded-bl-lg border-b-none': i === group.columns.length - 1}" > <!-- align-top-->
2727 <span class =" flex items-center gap-1" >
2828 {{ column.label }}
Original file line number Diff line number Diff line change 3232 :record =" coreStore.record"
3333 />
3434 <template v-else-if =" checkShowIf (column , record , resource ?.columns || [])" >
35- <td class =" px-6 py-4 relative block md:table-cell font-bold md:font-normal pb-0 md:pb-4" >
35+ <td class =" px-6 py-4 relative block flex justify-start font-bold md:font-normal pb-0 md:pb-4" >
3636 {{ column.label }}
3737 </td >
3838 <td class =" px-6 py-4 whitespace-pre-wrap" :data-af-column =" column.name" >
You can’t perform that action at this time.
0 commit comments