Дополнение к скрытию вознаграждения (fix скрытия в списке при resize)
This commit is contained in:
parent
1d588fbd37
commit
a2a67ff30e
@ -57,7 +57,7 @@
|
|||||||
?>
|
?>
|
||||||
{!! $price !!}
|
{!! $price !!}
|
||||||
</td>
|
</td>
|
||||||
<td class="align-middle d-none d-lg-table-cell">
|
<!-- <td class="align-middle d-none d-lg-table-cell">
|
||||||
<?php
|
<?php
|
||||||
$contract->reward = GetAgentPaymentForContract($contract);
|
$contract->reward = GetAgentPaymentForContract($contract);
|
||||||
//$contract->reward = $contract->reward ? $contract->reward : 0;
|
//$contract->reward = $contract->reward ? $contract->reward : 0;
|
||||||
@ -78,7 +78,7 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
-->
|
||||||
<td class="d-block d-lg-none d-flex flex-row">
|
<td class="d-block d-lg-none d-flex flex-row">
|
||||||
<div class="w-100">
|
<div class="w-100">
|
||||||
<span class="d-block d-md-none fs-6 text-secondary">Стоимость</span>
|
<span class="d-block d-md-none fs-6 text-secondary">Стоимость</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user