ปรับ css กรอกข้อมูล และปรับรูปแบบ step การชำระเงิน

This commit is contained in:
Tanyalak 2023-03-31 17:49:36 +07:00
parent 98738aa814
commit 6c7e57d9e3
11 changed files with 214 additions and 69 deletions

View file

@ -19,7 +19,7 @@
</q-btn>
</div> -->
<q-space />
<div class="items-center" style="display: flex">
<div class="items-center q-col-gutter-x-sm" style="display: flex">
<!-- นหาขอความใน table -->
<q-input
standout
@ -31,7 +31,6 @@
debounce="300"
placeholder="ค้นหา"
style="max-width: 200px"
class="q-ml-sm"
>
<template v-slot:append>
<q-icon v-if="inputfilter == ''" name="search" />
@ -57,7 +56,6 @@
map-options
emit-value
style="min-width: 150px"
class="gt-xs q-ml-sm"
/>
</div>
</div>