แก้ขนาด popup รายละเอียดโครงสร้าง
This commit is contained in:
parent
d7a79c2169
commit
ab9e6bb92a
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ watch(
|
|||
<template>
|
||||
<template>
|
||||
<q-dialog v-model="modal" persistent>
|
||||
<q-card :style="$q.screen.gt.md ? 'min-width: 30vw' : 'min-width: 80vw'">
|
||||
<q-card :style="$q.screen.gt.md ? 'min-width: 40vw' : 'min-width: 80vw'">
|
||||
<DialogHeader :tittle="`รายละเอียดตำแหน่ง`" :close="close" />
|
||||
<q-separator />
|
||||
<q-card-section>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ watch(
|
|||
<template>
|
||||
<template>
|
||||
<q-dialog v-model="modal" persistent>
|
||||
<q-card :style="$q.screen.gt.md ? 'min-width: 20vw' : 'min-width: 70vw'">
|
||||
<q-card :style="$q.screen.gt.md ? 'min-width: 40vw' : 'min-width: 70vw'">
|
||||
<DialogHeader :tittle="`รายละเอียดโครงสร้าง`" :close="close" />
|
||||
<q-separator />
|
||||
<q-card-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue