Cosmetics

pull/12/head
cagataycivici 2019-06-29 14:05:15 +03:00
parent b7b3206e1e
commit 793b2276af
1 changed files with 2 additions and 6 deletions

View File

@ -19,7 +19,7 @@
</template>
</Column>
<Column field="color" header="Color"></Column>
<Column headerStyle="text-align: center; width: 8em">
<Column headerStyle="width: 8em" bodyStyle="text-align: center">
<template #body="slotProps">
<Button type="button" icon="pi pi-search" class="p-button-success" style="margin-right: .5em"></Button>
<Button type="button" icon="pi pi-pencil" class="p-button-warning"></Button>
@ -52,8 +52,4 @@ export default {
'DataTableSubMenu': DataTableSubMenu
}
}
</script>
<style lang="scss">
</style>
</script>