fix: drawer padding

This commit is contained in:
puriphatt 2024-08-19 15:05:37 +07:00
parent 1c24168d6f
commit a6ad22f8de

View file

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