|
|
@@ -228,15 +228,15 @@
|
|
|
</tbody>
|
|
|
<tfoot id="checkall-target">
|
|
|
<tr>
|
|
|
- <th class="sticky-col-header first-zero"></th>
|
|
|
- <th class="sticky-col-header first-col"></th>
|
|
|
- <th class="sticky-col-header second-col"></th>
|
|
|
- <th class="sticky-col-header third-col"></th>
|
|
|
+ <th class="sticky-col-header first-zero" style="border-bottom:none;"></th>
|
|
|
+ <th class="sticky-col-header first-col" style="border-bottom:none;"></th>
|
|
|
+ <th class="sticky-col-header second-col" style="border-bottom:none;"></th>
|
|
|
+ <th class="sticky-col-header third-col" style="border-bottom:none;"></th>
|
|
|
@foreach($totS as $yyy)
|
|
|
@if (isset($yyy))
|
|
|
- <th style="padding-left:5px !important;padding-right:5px !important;">{!!$yyy!!}</th>
|
|
|
+ <th style="padding-left:5px !important;padding-right:5px !important;border-bottom:none;">{!!$yyy!!}</th>
|
|
|
@else
|
|
|
- <th style="padding-left:5px !important;padding-right:5px !important;">aa</th>
|
|
|
+ <th style="padding-left:5px !important;padding-right:5px !important;border-bottom:none;">aa</th>
|
|
|
@endif
|
|
|
@endforeach
|
|
|
|