fix min-width Dialog ส่งไปออกคำสั่ง
This commit is contained in:
parent
f22e0992b2
commit
3b9ff6ceea
12 changed files with 12 additions and 12 deletions
|
|
@ -235,7 +235,7 @@ watch(
|
|||
</script>
|
||||
<template>
|
||||
<q-dialog v-model="props.modal" persistent>
|
||||
<q-card style="min-width: 80%">
|
||||
<q-card style="min-width: 85%">
|
||||
<DialogHeader
|
||||
:tittle="`ส่งไปออกคำสั่ง${cancel ? 'ยกเลิกการ' : ''}ลาออก`"
|
||||
:close="closeModal"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue