Cosmetics

pull/227/head 1.0.6
cagataycivici 2020-03-04 15:19:18 +03:00
parent 1abba1b711
commit 2ed2c7ac88
2 changed files with 2 additions and 3 deletions

View File

@ -88,7 +88,7 @@
<Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible"> <Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible">
<template #header> <template #header>
<span class="p-column-title">Options</span> <span class="p-column-title">Options</span>
<Button type="button" icon="pi pi-cog" class="p-column-filter p-button-secondary" style="width:auto"></Button> <Button type="button" icon="pi pi-cog" class="p-button-secondary" style="width:auto;margin-top: 1em"></Button>
</template> </template>
<template #body> <template #body>
<Button type="button" icon="pi pi-cog" class="p-button-secondary"></Button> <Button type="button" icon="pi pi-cog" class="p-button-secondary"></Button>

View File

@ -2389,8 +2389,7 @@ export default {
&lt;/Column&gt; &lt;/Column&gt;
&lt;Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible"&gt; &lt;Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible"&gt;
&lt;template #header&gt; &lt;template #header&gt;
&lt;span class="p-column-title"&gt;Options&lt;/span&gt; &lt;Button type="button" icon="pi pi-cog" class="p-button-secondary" style="width:auto;margin-top: 1em"&gt;&lt;/Button&gt;
&lt;Button type="button" icon="pi pi-cog" class="p-column-filter p-button-secondary" style="width:auto"&gt;&lt;/Button&gt;
&lt;/template&gt; &lt;/template&gt;
&lt;template #body&gt; &lt;template #body&gt;
&lt;Button type="button" icon="pi pi-cog" class="p-button-secondary"&gt;&lt;/Button&gt; &lt;Button type="button" icon="pi pi-cog" class="p-button-secondary"&gt;&lt;/Button&gt;