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