|
@@ -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']) ?>);
|