Tweak flex styles for grid filters
This commit is contained in:
parent
f43259fbc1
commit
ab57fb3f0f
|
@ -5,8 +5,7 @@
|
||||||
|
|
||||||
<div style="display: flex; justify-content: space-between; margin-bottom: 0.5em;">
|
<div style="display: flex; justify-content: space-between; margin-bottom: 0.5em;">
|
||||||
|
|
||||||
<div style="display: flex; flex-direction: column; justify-content: space-between;">
|
<div style="display: flex; flex-direction: column; justify-content: end;">
|
||||||
<div></div>
|
|
||||||
<div class="filters">
|
<div class="filters">
|
||||||
% if grid.filterable:
|
% if grid.filterable:
|
||||||
## TODO: stop using |n filter
|
## TODO: stop using |n filter
|
||||||
|
@ -41,7 +40,6 @@
|
||||||
|
|
||||||
<b-table
|
<b-table
|
||||||
:data="visibleData"
|
:data="visibleData"
|
||||||
## :columns="columns"
|
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:row-class="getRowClass"
|
:row-class="getRowClass"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue