fix: menu item padding

This commit is contained in:
puriphatt 2024-07-02 10:52:28 +00:00
parent f56f89df47
commit 1301b1562b

View file

@ -104,7 +104,7 @@ onMounted(() => {
</script>
<template>
<div>
<div class="q-pb-lg">
<MenuItem :list="menu" />
</div>
</template>