แก้ไขกล่องข้อความ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-13 16:46:39 +07:00
parent 659e508a92
commit 281c42f637

View file

@ -241,7 +241,9 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
กลองขอความ กลองขอความ
</div> </div>
<q-space /> <q-space />
<div class="text-grey-5" style="font-size: 12px">งหมด {{ totalInbox }} อความ</div> <div class="text-grey-5" style="font-size: 12px">
งหมด {{ totalInbox }} อความ
</div>
</div> </div>
<div <div
v-if="totalInbox != 0" v-if="totalInbox != 0"
@ -265,7 +267,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
class="'q-py-md q-mb-sm my-menu'" class="'q-py-md q-mb-sm my-menu'"
:active="link === item.no" :active="link === item.no"
active-class="my-menu-link" active-class="my-menu-link"
@click="onClickOpenPopupDetail(item)" @click.stop.prevent="onClickOpenPopupDetail(item)"
> >
<q-item-section> <q-item-section>
<q-item-label caption class="text-weight-light"> <q-item-label caption class="text-weight-light">
@ -308,7 +310,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
icon="mdi-reply" icon="mdi-reply"
size="10px" size="10px"
color="grey-7" color="grey-7"
@click="dialogRepleOpen(item.no)" @click.stop.prevent="dialogRepleOpen(item.no)"
> >
<q-tooltip>ตอบกลบขอความ</q-tooltip> <q-tooltip>ตอบกลบขอความ</q-tooltip>
</q-btn> </q-btn>