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>
|
<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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue