fix: center vertically
This commit is contained in:
parent
c15cff01df
commit
910cd4a716
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ function navigateTo(label: string, destination: string) {
|
|||
:class="{ active: currentRoute === v.label, dark: $q.dark.isActive }"
|
||||
>
|
||||
<q-item-section id="btn-drawer-back ">
|
||||
<q-item-label class="q-pl-lg">
|
||||
<q-item-label class="q-pl-lg row items-center">
|
||||
<div class="box-border-left" />
|
||||
<Icon :icon="v.icon" width="24px" class="q-mr-md" />
|
||||
{{ $t(v.label) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue