init
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<p class="text-sm font-medium text-primary-700">Итого</p>
|
||||
<p class="text-xs text-primary-600">Срок: ~{{ result.calculation.estimated_days }} рабочих дней</p>
|
||||
</div>
|
||||
<p class="text-2xl font-bold text-primary-700">{{ fmt(result.calculation.total_rub) }} ₽</p>
|
||||
<p class="text-2xl font-bold text-primary-700">~{{ fmt(result.calculation.total_rub) }} ₽</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -42,13 +42,13 @@
|
||||
<div>
|
||||
<h3 class="mb-3 text-sm font-semibold text-gray-900">Материалы</h3>
|
||||
<ul class="space-y-2">
|
||||
<li class="text-sm text-gray-500">PLA — от 25 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">PETG — от 28 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">ABS — от 25 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">Нейлон — от 50 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">Поликарбонат — от 60 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">TPU — от 40 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">PA-CF — от 75 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">PLA — от 10 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">PETG — от 12 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">ABS — от 13 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">Нейлон — от 20 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">Поликарбонат — от 22 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">TPU — от 17 ₽/г</li>
|
||||
<li class="text-sm text-gray-500">PA-CF — от 45 ₽/г</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user