fix: margin

This commit is contained in:
Methapon Metanipat 2024-10-17 09:38:33 +07:00
parent eb0465ebc5
commit 4f3040e794

View file

@ -8,10 +8,10 @@ import ViewHeader from './ViewHeader.vue';
<template>
<div class="row justify-between container">
<section class="content">
<ViewHeader class="q-mb-lg" />
<ViewHeader />
<span
class="q-mb-sm"
class="q-mb-sm q-mt-md"
style="
font-weight: 800;
font-size: 16px;
@ -23,7 +23,7 @@ import ViewHeader from './ViewHeader.vue';
รายการสนค
</span>
<table style="width: 100%" class="q-mb-md" cellpadding="0">
<table style="width: 100%" class="q-mb-sm" cellpadding="0">
<tbody>
<tr>
<th>นด</th>
@ -115,7 +115,7 @@ import ViewHeader from './ViewHeader.vue';
<ViewHeader class="q-mb-lg" />
<span
class="q-mb-sm"
class="q-mb-sm q-mt-md"
style="
font-weight: 800;
font-size: 16px;
@ -289,6 +289,7 @@ hr {
padding: 0;
gap: 0;
width: 100%;
background: white;
}
.content {