Commit bfc434ff0e6e9a14c949aaff390bc9801e76b1c0

Authored by 娄高锋
1 parent 166a737f

“调度历史消息”取消屏幕自适应

src/main/resources/static/pages/forms/statement/historyMessage.html
... ... @@ -46,7 +46,7 @@
46 46 </form>
47 47 </div>
48 48 <div class="portlet-body">
49   - <div class="table-container" id="table" style="margin-top: 10px;overflow:auto;min-width: 906px;">
  49 + <div class="table-container" style="margin-top: 10px;overflow:auto;min-width: 906px;">
50 50 <table class="table table-bordered table-hover table-checkable" id="forms">
51 51 <thead>
52 52 <tr class="hidden">
... ... @@ -80,7 +80,6 @@
80 80 format : 'YYYY-MM-DD',
81 81 locale : 'zh-cn'
82 82 });
83   - $("#table").height($(window).height()-280);
84 83  
85 84 $.get('/basic/lineCode2Name',function(result){
86 85 var data=[];
... ...