แก้ขนาด popup รายละเอียดโครงสร้าง

This commit is contained in:
Warunee Tamkoo 2024-01-29 17:22:01 +07:00
parent d7a79c2169
commit ab9e6bb92a
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>