fix: status filter width in grid mode
This commit is contained in:
parent
e07ce319ea
commit
dd9afee151
3 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ import { BranchUserStats } from 'src/stores/branch/types';
|
|||
import useAddressStore from 'src/stores/address';
|
||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||
import PersonCard from 'components/home/PersonCard.vue';
|
||||
import AppBox from 'components/app/AppBox.vue';
|
||||
import StatCardComponent from 'components/StatCardComponent.vue';
|
||||
import AddButton from 'components/AddButton.vue';
|
||||
import TooltipComponent from 'components/TooltipComponent.vue';
|
||||
|
|
@ -808,6 +807,7 @@ watch(
|
|||
option-value="value"
|
||||
option-label="label"
|
||||
class="col"
|
||||
:class="{ 'offset-md-5': modeView }"
|
||||
map-options
|
||||
emit-value
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
|
|
|
|||
|
|
@ -1803,6 +1803,7 @@ watch(isMainPage, () => {
|
|||
option-value="value"
|
||||
option-label="label"
|
||||
class="col"
|
||||
:class="{ 'offset-md-5': modeView }"
|
||||
map-options
|
||||
emit-value
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
|
|
|
|||
|
|
@ -1829,6 +1829,7 @@ watch(
|
|||
option-value="value"
|
||||
option-label="label"
|
||||
class="col"
|
||||
:class="{ 'offset-md-5': modeView }"
|
||||
map-options
|
||||
emit-value
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
|
|
@ -2503,6 +2504,7 @@ watch(
|
|||
option-value="value"
|
||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
||||
option-label="label"
|
||||
:class="{ 'offset-md-5': modeView }"
|
||||
class="col"
|
||||
map-options
|
||||
emit-value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue