feat: fix border
This commit is contained in:
@@ -33,7 +33,13 @@
|
||||
|
||||
.footer {
|
||||
margin-top: 8px;
|
||||
text-align: right;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
/*text-align: right;*/
|
||||
}
|
||||
|
||||
.footer-block {
|
||||
|
||||
}
|
||||
|
||||
.footer-line {
|
||||
@@ -150,8 +156,15 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer-line">Итого к оплате: {{ deal_price }} Р</div>
|
||||
<div class="footer-line">{{ deal_price_words }}</div>
|
||||
<div class="footer-block">
|
||||
<div class="footer-line">+79777740525 Игорь С. (Тинькофф)</div>
|
||||
</div>
|
||||
<div class="footer-block">
|
||||
|
||||
<div class="footer-line">Итого к оплате: {{ deal_price }} Р</div>
|
||||
<div class="footer-line">{{ deal_price_words }}</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user