Skip to content

Commit

Permalink
chore(repo): license center via style & headerStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Nov 9, 2024
1 parent 08725fa commit da8d0ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions os-checks/pages/repo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
</template>
</Column>

<Column sortable field="license" header="License" style="text-align: center;" :pt="ptColumnHeader" />
<Column sortable field="license" header="License" style="text-align: center;"
headerStyle="display:flex; justify-content: center;" />

</DataTable>
</div>
Expand All @@ -39,11 +40,6 @@ onMounted(() => {
});
});
// styling
const ptColumnHeader = ref({
columnHeaderContent: { style: { "justify-content": "center" } }
});
const summaries = ref<Output[]>([]);
githubFetch<Output[]>({
Expand Down

0 comments on commit da8d0ca

Please sign in to comment.