Vertical alignment

pull/1021/head
Cagatay Civici 2021-02-18 12:32:18 +03:00
parent 0c1f7a2527
commit f1683a8995
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries" currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries"
:globalFilterFields="['name','country.name','representative.name','status']"> :globalFilterFields="['name','country.name','representative.name','status']">
<template #header> <template #header>
<div class="p-d-flex p-jc-between"> <div class="p-d-flex p-jc-between p-ai-center">
<h5 class="p-m-0">Customers</h5> <h5 class="p-m-0">Customers</h5>
<span class="p-input-icon-left"> <span class="p-input-icon-left">
<i class="pi pi-search" /> <i class="pi pi-search" />

View File

@ -2659,7 +2659,7 @@ export default {
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries" currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries"
:globalFilterFields="['name','country.name','representative.name','status']"&gt; :globalFilterFields="['name','country.name','representative.name','status']"&gt;
&lt;template #header&gt; &lt;template #header&gt;
&lt;div class="p-d-flex p-jc-between"&gt; &lt;div class="p-d-flex p-jc-between p-ai-center"&gt;
&lt;h5 class="p-m-0"&gt;Customers&lt;/h5&gt; &lt;h5 class="p-m-0"&gt;Customers&lt;/h5&gt;
&lt;span class="p-input-icon-left"&gt; &lt;span class="p-input-icon-left"&gt;
&lt;i class="pi pi-search" /&gt; &lt;i class="pi pi-search" /&gt;
@ -2853,7 +2853,7 @@ export default {
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries" currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries"
:globalFilterFields="['name','country.name','representative.name','status']"> :globalFilterFields="['name','country.name','representative.name','status']">
<template #header> <template #header>
<div class="p-d-flex p-jc-between"> <div class="p-d-flex p-jc-between p-ai-center">
<h5 class="p-m-0">Customers</h5> <h5 class="p-m-0">Customers</h5>
<span class="p-input-icon-left"> <span class="p-input-icon-left">
<i class="pi pi-search" /> <i class="pi pi-search" />