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> </template>
</Column> </Column>
<Column field="color" header="Color"></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"> <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-search" class="p-button-success" style="margin-right: .5em"></Button>
<Button type="button" icon="pi pi-pencil" class="p-button-warning"></Button> <Button type="button" icon="pi pi-pencil" class="p-button-warning"></Button>
@ -53,7 +53,3 @@ export default {
} }
} }
</script> </script>
<style lang="scss">
</style>