Update MainLayout.vue
This commit is contained in:
parent
36c07f791c
commit
b77cf10e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue