|
@@ -124,10 +124,8 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="noborder">
|
|
|
-
|
|
|
- <table class="spec_table tb-type2" style="width: 100%;">
|
|
|
- <tbody style="position: fixed;top:138px;background-color: #fff;z-index:999;width: 100%;">
|
|
|
-
|
|
|
+ <table class="spec_table tb-type2" style="width: 100%;margin-top: 77px;">
|
|
|
+ <tbody id="tableHread" style="position: fixed;top:138px;background-color: #fff;z-index:999;width: 100%;">
|
|
|
<tr class="w550">
|
|
|
<th style="text-align: center;width: 120px;min-width:120px;padding-right:0"></th>
|
|
|
<?php foreach ($output['providers'] as $provider) { ?>
|
|
@@ -153,7 +151,7 @@
|
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
|
- <tbody class="tbody" style="display: block;padding-top: 140px;">
|
|
|
+ <tbody class="tbody" id="tableContent" style="display: block;padding-top: 55px;">
|
|
|
<?php foreach ($output['form']['amountData'] as $key => $amount) { ?>
|
|
|
<tr class="w500">
|
|
|
|