refactor: placeholder

This commit is contained in:
Methapon Metanipat 2024-10-18 11:44:27 +07:00
parent 49c3a8ac3d
commit bf4309cd7b

View file

@ -23,21 +23,21 @@ defineProps<{
<div class="footer-bottom">
<section>
<div>
<span>.......................................</span>
<span class="data-placeholder"></span>
<span>งซอสนค</span>
</div>
<div>
<span>.......................................</span>
<span class="data-placeholder"></span>
<span>นท</span>
</div>
</section>
<section>
<div>
<span>.......................................</span>
<span class="data-placeholder"></span>
<span>อน</span>
</div>
<div>
<span>.......................................</span>
<span class="data-placeholder"></span>
<span>นท</span>
</div>
</section>
@ -64,7 +64,7 @@ defineProps<{
justify-content: space-between;
& > * {
width: 35%;
width: 38%;
}
}
.footer-bottom {
@ -77,7 +77,7 @@ defineProps<{
& > * {
display: flex;
width: 35%;
width: 38%;
justify-content: space-around;
& > * {
@ -88,4 +88,11 @@ defineProps<{
}
}
}
.data-placeholder {
display: block;
min-width: 1.2in;
border-bottom: 1px dotted black;
margin-bottom: 2mm;
}
</style>