feat: kal
This commit is contained in:
@@ -170,8 +170,12 @@
|
|||||||
style=" white-space: normal; word-wrap: break-word;"
|
style=" white-space: normal; word-wrap: break-word;"
|
||||||
>{{ service.name }}
|
>{{ service.name }}
|
||||||
</td>
|
</td>
|
||||||
<td style=" white-space: normal; word-wrap: break-word;">{{ service.amount }} шт.</td>
|
<td style=" white-space: nowrap;
|
||||||
<td style=" white-space: normal; word-wrap: break-word;">{{ service.price }} ₽</td>
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis; ">{{ service.amount }} шт.</td>
|
||||||
|
<td style=" white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis; ">{{ service.price }} ₽</td>
|
||||||
<td style=" white-space: nowrap;
|
<td style=" white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis; ">{{ '{:,}'.format(service.price * service.amount).replace(',', ' ') }}dshfghfghfghfg ₽</td>
|
text-overflow: ellipsis; ">{{ '{:,}'.format(service.price * service.amount).replace(',', ' ') }}dshfghfghfghfg ₽</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user