feat: fix border
This commit is contained in:
@@ -33,7 +33,13 @@
|
|||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
text-align: right;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
/*text-align: right;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-block {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-line {
|
.footer-line {
|
||||||
@@ -150,9 +156,16 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
<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 }} Р</div>
|
||||||
<div class="footer-line">{{ deal_price_words }}</div>
|
<div class="footer-line">{{ deal_price_words }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user