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