Merge branch 'develop' into nice_dev

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-29 17:39:11 +07:00
commit d824013760
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>