fix: margin
This commit is contained in:
parent
eb0465ebc5
commit
4f3040e794
1 changed files with 5 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue