File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 v-if =" haveFilterOption"
1010 >
1111 <template v-if =" tableFilter " >
12- <label class =" mr -2" >{{tableFilterData.label}}</label >
12+ <label class =" mfe -2" >{{tableFilterData.label}}</label >
1313 <input
1414 class =" form-control"
1515 type =" text"
3737 :class =" { 'offset-sm-6': !haveFilterOption }"
3838 >
3939 <div class =" form-inline justify-content-sm-end" >
40- <label class =" mr -2" >{{paginationSelect.label}}</label >
40+ <label class =" mfe -2" >{{paginationSelect.label}}</label >
4141 <select
4242 class =" form-control"
4343 @change =" paginationChange"
@@ -477,7 +477,7 @@ export default {
477477 cleanerProps () {
478478 return {
479479 content: this .$options .icons .cilFilterX ,
480- class: ` ml -2 ${ this .isFiltered ? ' text-danger' : ' transparent' } ` ,
480+ class: ` mfs -2 ${ this .isFiltered ? ' text-danger' : ' transparent' } ` ,
481481 role: this .isFiltered ? ' button' : null ,
482482 tabindex: this .isFiltered ? 0 : null ,
483483 }
You can’t perform that action at this time.
0 commit comments