Update MainLayout.vue

This commit is contained in:
AnandaTon 2024-07-01 09:21:18 +07:00
parent 36c07f791c
commit b77cf10e2e

View file

@ -355,7 +355,7 @@ watch(
<q-tooltip></q-tooltip>
</q-btn>
<!-- Notification -->
<q-btn round dense flat size="13px" class="q-mx-md bg-grey-3" :color="totalNoti === 0 ? 'grey-6' : 'grey-8'">
<q-btn round dense flat size="13px" class="bg-grey-3" :color="totalNoti === 0 ? 'grey-6' : 'grey-8'">
<q-icon name="mdi-bell" size="18px" color="grey-7" />
<q-badge rounded color="negative" text-color="white" floating v-if="totalNoti !== 0">{{ totalNoti }}</q-badge>
<q-menu v-model="notiTrigger" :offset="[0, 8]" style="width: 480px">