fix: drawer padding
This commit is contained in:
parent
1c24168d6f
commit
a6ad22f8de
1 changed files with 1 additions and 2 deletions
|
|
@ -182,7 +182,7 @@ function branchSetting() {}
|
||||||
v-for="v in labelMenu.filter((v) => !v.hidden)"
|
v-for="v in labelMenu.filter((v) => !v.hidden)"
|
||||||
dense
|
dense
|
||||||
clickable
|
clickable
|
||||||
class="row items-center q-my-xs q-px-xs"
|
class="row items-center q-my-xs q-px-xs q-py-sm"
|
||||||
:key="v.label"
|
:key="v.label"
|
||||||
:disable="!!v.disabled"
|
:disable="!!v.disabled"
|
||||||
:class="{
|
:class="{
|
||||||
|
|
@ -191,7 +191,6 @@ function branchSetting() {}
|
||||||
dark: $q.dark.isActive,
|
dark: $q.dark.isActive,
|
||||||
}"
|
}"
|
||||||
@click="navigateTo(v.label, v.route)"
|
@click="navigateTo(v.label, v.route)"
|
||||||
style="padding: 5px 16px"
|
|
||||||
>
|
>
|
||||||
<div class="row justify-center items-center">
|
<div class="row justify-center items-center">
|
||||||
<i
|
<i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue