gang.huang 1 年之前
父節點
當前提交
f5d41e02a9
共有 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 - 220px);
+        height: calc(100vh - 170px);
         overflow: auto;
         display: block;
         margin-top: 30px;
@@ -306,7 +306,7 @@
        const navRealHeight = $('.fixed-bar').height();
        if(navRealHeight > 50) {
         $('.tb-type2.tableFixed').css('top','60px')
-        $('#price_table').css('margin-top','80px');
+        $('#price_table').css({'height': 'calc(100vh - 220px)','margin-top':'80px'});
        }
 
         // console.log("$output['datas']", <?php echo json_encode($output['datas']) ?>, <?php echo json_encode($output['providers']) ?>);