style="min-width: 140px"

This commit is contained in:
setthawutttty 2024-11-05 16:33:46 +07:00
parent f8f7fb1d96
commit 58028bfdd2
159 changed files with 309 additions and 298 deletions

View file

@ -501,7 +501,7 @@ const resetFilter = () => {
option-value="name"
map-options
emit-value
style="min-width: 150px"
style="min-width: 140px"
class="gt-xs q-ml-sm"
/>
</div>

View file

@ -390,7 +390,7 @@ const fetchOrder = async (id: string) => {
option-value="name"
map-options
emit-value
style="min-width: 150px"
style="min-width: 140px"
class="gt-xs q-ml-sm"
/>
</div>
@ -452,8 +452,8 @@ const fetchOrder = async (id: string) => {
dense
v-model="props.row.mutiselect"
:rules="[
(val) => !!val || `${'กรุณาเลือกช่องทางการส่งสำเนา'}`,
(val) =>
(val:string) => !!val || `${'กรุณาเลือกช่องทางการส่งสำเนา'}`,
(val:string) =>
val.length > 0 || `${'กรุณาเลือกช่องทางการส่งสำเนา'}`,
]"
:label="`${'เลือกช่องทางการส่งสำเนา'}`"

View file

@ -441,8 +441,8 @@ onMounted(async () => {
map-options
:options="columns"
option-value="name"
options-cover
style="min-width: 150px"
style="min-width: 140px"
class="col-xs-12 col-sm-3 col-md-2"
/>
</div>