Cosmetics
parent
b7b3206e1e
commit
793b2276af
|
@ -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>
|
Loading…
Reference in New Issue