gang.huang 1 год назад
Родитель
Сommit
2516d8e367
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      admin/templates/default/provider.amount.control.php

+ 2 - 2
admin/templates/default/provider.amount.control.php

@@ -89,7 +89,7 @@
     #price_table {
         table-layout: fixed;
         width: 100%;
-        height: calc(100vh - 170px);
+        height: calc(100vh - 152px);
         overflow: auto;
         display: block;
         margin-top: 30px;
@@ -288,7 +288,7 @@
             </tbody>
             <tfoot>
                 <tr class="tfoot">
-                    <td colspan="15"><a href="JavaScript:void(0);" class="btn" style="margin-top: 15px" id="submitBtn"><span><?php echo $lang['nc_submit']; ?></span></a></td>
+                    <td colspan="15"><a href="JavaScript:void(0);" class="btn" style="margin-top: 5px" id="submitBtn"><span><?php echo $lang['nc_submit']; ?></span></a></td>
                 </tr>
             </tfoot>
         </table>