fix min-width Dialog ส่งไปออกคำสั่ง
This commit is contained in:
parent
f22e0992b2
commit
3b9ff6ceea
12 changed files with 12 additions and 12 deletions
|
|
@ -262,7 +262,7 @@ watch(
|
|||
|
||||
<template>
|
||||
<q-dialog v-model="modal" persistent>
|
||||
<q-card style="width: 1200px; max-width: 80vw">
|
||||
<q-card style="min-width: 85%">
|
||||
<DialogHeader :tittle="'ส่งไปออกคำสั่ง'" :close="closeModal" />
|
||||
<q-separator />
|
||||
<q-card-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue