WIP Доделала превью карточки
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user