File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
v-if =" haveFilterOption"
10
10
>
11
11
<template v-if =" tableFilter " >
12
- <label class =" mr -2" >{{tableFilterData.label}}</label >
12
+ <label class =" mfe -2" >{{tableFilterData.label}}</label >
13
13
<input
14
14
class =" form-control"
15
15
type =" text"
37
37
:class =" { 'offset-sm-6': !haveFilterOption }"
38
38
>
39
39
<div class =" form-inline justify-content-sm-end" >
40
- <label class =" mr -2" >{{paginationSelect.label}}</label >
40
+ <label class =" mfe -2" >{{paginationSelect.label}}</label >
41
41
<select
42
42
class =" form-control"
43
43
@change =" paginationChange"
@@ -477,7 +477,7 @@ export default {
477
477
cleanerProps () {
478
478
return {
479
479
content: this .$options .icons .cilFilterX ,
480
- class: ` ml -2 ${ this .isFiltered ? ' text-danger' : ' transparent' } ` ,
480
+ class: ` mfs -2 ${ this .isFiltered ? ' text-danger' : ' transparent' } ` ,
481
481
role: this .isFiltered ? ' button' : null ,
482
482
tabindex: this .isFiltered ? 0 : null ,
483
483
}
You can’t perform that action at this time.
0 commit comments