WIP Изменены стили блока адрес

This commit is contained in:
Daria Golova
2022-12-08 13:20:04 +03:00
parent 9fece6b570
commit 2b9a9cd015
4 changed files with 16 additions and 12 deletions

View File

@@ -80,7 +80,7 @@
@click="() => copyValue(item)"
)
.flex(v-if="settings[section].options && !isChange")
span.text-sm.w-fit(:style="{fontWeight:key === 'numba'&&600}") {{item === 'issued_by_date' ? formattedDate : item}}
span.text-sm.w-fit(:style="{fontWeight:key === 'numba'&&600}") {{key === 'issued_by_date' ? formattedDate : item}}
.copy.icon-copy.cursor-pointer.pl-4(
v-if="key === 'numba'",
@click="() => copyValue(item)"