fix: status filter width in grid mode

This commit is contained in:
puriphatt 2024-07-30 04:17:51 +00:00
parent e07ce319ea
commit dd9afee151
3 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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