no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-06 11:33:54 +07:00
parent 65c9aab134
commit 23beba6e25
6 changed files with 158 additions and 169 deletions

View file

@ -14,7 +14,7 @@ const props = defineProps({
});
</script>
<template>
<q-dialog v-model="props.modal" persistent>
<q-dialog v-model="props.modal">
<q-card style="min-width: 60vw">
<q-toolbar>
<q-toolbar-title class="text-subtitle2 text-bold"
@ -29,26 +29,11 @@ const props = defineProps({
style="color: #ff8080; background-color: #ffdede"
/>
</q-toolbar>
<q-separator />
<q-card-section class="q-pa-md bg-grey-1">
<q-card-section class="q-pa-md bg-grey-1 scroll">
<Calendar />
</q-card-section>
<!-- <q-separator /> -->
<!-- <div class="row justify-end q-px-md q-py-sm items-center">
<q-btn
dense
color="public"
id="onSubmit"
class="q-px-md q-py-xs"
@click="savePost"
>
<div>{{ props.btnTitle }}</div>
<q-tooltip>{{ props.btnTitle }}</q-tooltip>
</q-btn>
</div> -->
</q-card>
</q-dialog>
</template>