WIP Доделала селект на хедере

This commit is contained in:
Daria Golova
2023-07-24 14:32:18 +03:00
parent f04574b4f8
commit 9e8fb856eb
2 changed files with 22 additions and 55 deletions

View File

@@ -38,7 +38,7 @@
base-avatar(:size="36", :color="userData?.color", v-if="!userData?.photo") {{changeName}}
base-avatar(:size="32", v-else)
img.h-full.object-cover(:src="url + userData?.photo", alt="Avatar")
.h-6.w-6.flex.items-center.justify-center.ml-2
.h-6.w-6.flex.items-center.justify-center.ml-2.pt-1
q-icon(name="app:icon-down-arrow", size="12px")
q-menu(
:offset="[60, 6]"