ปรับ ui Responensive
This commit is contained in:
parent
8d0ac4eb7c
commit
93bdc791dc
9 changed files with 266 additions and 80 deletions
|
|
@ -1,4 +1,3 @@
|
|||
divdiv
|
||||
<script setup lang="ts">
|
||||
import { ref, watch } from "vue";
|
||||
import { useQuasar } from "quasar";
|
||||
|
|
@ -79,7 +78,10 @@ watch(
|
|||
|
||||
<template>
|
||||
<q-dialog v-model="modal" persistent>
|
||||
<q-card class="col-12" style="width: 45%">
|
||||
<q-card
|
||||
class="col-12"
|
||||
:style="!$q.screen.gt.xs ? 'width: 100%' : 'width: 45%'"
|
||||
>
|
||||
<DialogHeader :tittle="'คำอธิบายผลสำเร็จของงาน'" :close="closeDialog" />
|
||||
<q-separator />
|
||||
<q-card-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue