no message

This commit is contained in:
setthawutttty 2023-09-05 11:23:43 +07:00
parent 3d4e47ca8c
commit ab0bb6673d
18 changed files with 352 additions and 106 deletions

View file

@ -11,7 +11,7 @@ const close = async () => {
};
</script>
<template>
<q-toolbar class="q-py-md">
<q-toolbar class="q-py-sm">
<q-toolbar-title class="header-text">{{ title }}</q-toolbar-title>
<q-btn icon="close" unelevated round dense @click="close" style="color: #ff8080; background-color: #ffdede" />
</q-toolbar>