This repository was archived by the owner on Mar 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
components/crud/components/grid Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<template >
3
3
<div class =" form app-grid-toolbar" >
4
4
<template v-if =" paginate " >
5
- <div v-if =" toolbar.show"
6
- :class =" ['field', toolbar.show ? toolbar. elementsPaginate.pagination.className : 'has-25 xs-70' ]"
5
+ <div v-if =" toolbar.elementsPaginate.pagination. show"
6
+ :class =" ['field', toolbar.elementsPaginate.pagination.className ]"
7
7
class =" app-grid-pagination" >
8
8
<q-pagination v-model =" pagination" v-bind =" {max}" @input =" emitPagination(pagination)" />
9
9
</div >
10
- <div v-if =" toolbar.show"
11
- :class =" ['field', toolbar.show ? toolbar. elementsPaginate.select.className : 'has-15 xs-30' ]" >
10
+ <div v-if =" toolbar.elementsPaginate.select. show"
11
+ :class =" ['field', toolbar.elementsPaginate.select.className ]" >
12
12
<q-select v-model =" select" v-bind =" {options}" @input =" emitSelect(select)" ></q-select >
13
13
</div >
14
- <div v-if =" toolbar.show"
15
- :class =" ['field', toolbar.show ? toolbar. elementsPaginate.info.className : 'has-20 hidden-small' ]"
14
+ <div v-if =" toolbar.elementsPaginate.info. show"
15
+ :class =" ['field', toolbar.elementsPaginate.info.className ]"
16
16
class =" app-grid-info" >
17
17
<div v-if =" counter.total" >{{ counter.start }} - {{ counter.end }} de {{ counter.total }}</div >
18
18
<div v-else class =" counter" >Exibindo {{ counter.end }} registros</div >
You can’t perform that action at this time.
0 commit comments