fix: MainLayout horizontal padding

This commit is contained in:
puri-ph4tt 2023-12-06 16:31:09 +07:00
parent bf147e6d6c
commit 567f259e20

View file

@ -12,7 +12,7 @@ const { loader } = storeToRefs(loaderStore)
<template>
<q-layout view="hHh lpR fFf">
<q-header class="bg-white text-black" bordered>
<q-toolbar class="q-py-sm">
<q-toolbar class="q-py-sm q-pr-xl" style="padding-left: 11%;">
<q-img
class="pointer"
src="@/assets/logo.png"
@ -46,7 +46,7 @@ const { loader } = storeToRefs(loaderStore)
</q-toolbar>
</q-header>
<q-page-container>
<q-page-container style="padding-inline: 10%;">
<q-page>
<router-view :key="$route.fullPath" />
</q-page>