chore: format code

This commit is contained in:
Methapon2001 2024-07-08 11:21:00 +07:00
parent 37d19e8600
commit 4fa1188063
6 changed files with 98 additions and 122 deletions

View file

@ -68,7 +68,7 @@ defineEmits<{
/>
<q-btn
:key="data.code"
:key="data.code"
flat
round
padding="xs"
@ -154,17 +154,14 @@ defineEmits<{
</q-btn>
</div>
<!-- profile -->
<AppCircle
bordered
class="avatar"
style="border: 2px solid var(--border-color); overflow: visible"
@click="$emit('editProfile')"
>
<q-img
:src="data.img ?? '/no-profile.png'"
style="
@ -174,15 +171,14 @@ defineEmits<{
border-radius: 50%;
"
>
<template #error>
<div
style="background: none"
class="full-width full-height items-center justify-center flex"
>
<q-img src="/no-profile.png" width="5rem" />
</div>
</template>
<template #error>
<div
style="background: none"
class="full-width full-height items-center justify-center flex"
>
<q-img src="/no-profile.png" width="5rem" />
</div>
</template>
</q-img>
<div class="avatar__status"></div>
</AppCircle>