refactor: edit size icon
This commit is contained in:
parent
5cd2afbd69
commit
de7346c9f5
1 changed files with 4 additions and 4 deletions
|
|
@ -312,7 +312,7 @@ onMounted(async () => {
|
||||||
style="color: var(--surface-1)"
|
style="color: var(--surface-1)"
|
||||||
@click="notiOpen = !notiOpen"
|
@click="notiOpen = !notiOpen"
|
||||||
>
|
>
|
||||||
<q-icon name="mdi-bell" size="20px" />
|
<q-icon name="mdi-bell" />
|
||||||
<q-badge v-if="unread !== 0" rounded floating color="negative">
|
<q-badge v-if="unread !== 0" rounded floating color="negative">
|
||||||
{{ unread }}
|
{{ unread }}
|
||||||
</q-badge>
|
</q-badge>
|
||||||
|
|
@ -355,7 +355,7 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
<q-avatar
|
<q-avatar
|
||||||
color="positive"
|
color="positive"
|
||||||
style="height: 30px; width: 30px"
|
style="height: 36px; width: 36px"
|
||||||
>
|
>
|
||||||
<q-icon color="white" name="mdi-check" />
|
<q-icon color="white" name="mdi-check" />
|
||||||
</q-avatar>
|
</q-avatar>
|
||||||
|
|
@ -407,12 +407,12 @@ onMounted(async () => {
|
||||||
<Icon
|
<Icon
|
||||||
v-if="currentLanguage === 'English'"
|
v-if="currentLanguage === 'English'"
|
||||||
icon="circle-flags:us"
|
icon="circle-flags:us"
|
||||||
:width="$q.screen.lt.sm ? '28px' : '36px'"
|
:width="$q.screen.lt.sm ? '24px' : '33.6px'"
|
||||||
/>
|
/>
|
||||||
<Icon
|
<Icon
|
||||||
v-else
|
v-else
|
||||||
icon="circle-flags:th"
|
icon="circle-flags:th"
|
||||||
:width="$q.screen.lt.sm ? '28px' : '36px'"
|
:width="$q.screen.lt.sm ? '24px' : '33.6px'"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-menu
|
<q-menu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue