minor changes on payout table design

This commit is contained in:
jouls 2024-03-26 14:36:37 +08:00
parent c3523bfddc
commit 41e64df669
1 changed files with 3 additions and 3 deletions

View File

@ -265,8 +265,8 @@ $vendorPayoutData = json_decode($response, true);
</div>
</div>
<div class="col-md-12 mt-3">
<h5><strong>Payout History</strong></h5>
<div class="table-responsive p-4">
<h5 class='m-0'><strong>Payout History</strong></h5>
<div class="table-responsive px-4">
<table id='payoutsTableContent' class="table ec-table">
<thead>
<tr>
@ -279,7 +279,7 @@ $vendorPayoutData = json_decode($response, true);
</tr>
</thead>
<tbody >
<tbody class='table-group-divider'>
<?php
foreach ($vendorPayoutData as $x => $val) {
$vendorIdCheck = $val['vendor_details'][0]['vendor_id'];