WIP Доделала превью карточки

This commit is contained in:
Daria Golova
2023-07-03 17:56:22 +03:00
parent 21e8a36237
commit e4a55094eb
5 changed files with 117 additions and 36 deletions

View File

@@ -7,13 +7,13 @@
name="arrow_back_ios_new",
size="10px",
v-if="expandedTime",
@click="changeTimeDisplay(false)"
@click.stop="changeTimeDisplay(false)"
)
q-icon.cursor-pointer(
v-if="!expandedType && !expandedTime",
name="app:time",
size="16px",
@click="changeTimeDisplay(true)"
@click.stop="changeTimeDisplay(true)"
)
.color-black.pl-4.flex-1.font-semibold.py-6px.relative(
:class="{'pl-6px collapsed-name': expandedTime}"