Vertical alignment
parent
0c1f7a2527
commit
f1683a8995
|
@ -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" />
|
||||||
|
|
|
@ -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']">
|
: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" />
|
||||||
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue