gang.huang il y a 1 an
Parent
commit
f5d41e02a9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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']) ?>);