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)"
|
||||
dense
|
||||
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"
|
||||
:disable="!!v.disabled"
|
||||
:class="{
|
||||
|
|
@ -191,7 +191,6 @@ function branchSetting() {}
|
|||
dark: $q.dark.isActive,
|
||||
}"
|
||||
@click="navigateTo(v.label, v.route)"
|
||||
style="padding: 5px 16px"
|
||||
>
|
||||
<div class="row justify-center items-center">
|
||||
<i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue