ปุ่มหาย
This commit is contained in:
parent
f9d593d536
commit
9fb037fc80
1 changed files with 3 additions and 3 deletions
|
|
@ -384,10 +384,10 @@ function resetFilter() {
|
||||||
<template>
|
<template>
|
||||||
<q-dialog v-model="modal" persistent full-width>
|
<q-dialog v-model="modal" persistent full-width>
|
||||||
<q-card class="no-scroll">
|
<q-card class="no-scroll">
|
||||||
|
<DialogHeader :tittle="title" :close="close" />
|
||||||
|
<q-separator />
|
||||||
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
||||||
<DialogHeader :tittle="title" :close="close" />
|
<q-card-section style="max-height: 70vh" class="scroll">
|
||||||
<q-separator />
|
|
||||||
<q-card-section style="max-height: 80vh" class="scroll">
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<q-card
|
<q-card
|
||||||
bordered
|
bordered
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue