改弹窗样式

webUi
赵桐华 5 years ago
parent 2f2dd4915c
commit adc299e8e6
  1. 4
      frontend/views/finance/ticheng-jisuan.php

@ -237,10 +237,10 @@ use \common\libs\MyLib;
var a=$(".gray-bg").height();
var b=$('#searchFrm').height();
var c=$('.ibox-title').height()
var d=a-b-c-75;
var d=a-b-c-100;
console.log("body:"+a+"条件选择:"+b+"标题"+c);
console.log(d);
$('.fixed-table-body').css({'height':'300px'});
$('.fixed-table-body').css({'height': d});
});
</script>
<?php $this->endBlock(); ?>

Loading…
Cancel
Save