质量分析和分析结果页面宽度调整

This commit is contained in:
Tim 2016-09-27 10:43:10 +08:00
parent 86835fc916
commit cb21fb8d3d
2 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// $("#ajax-indicator span").text("载入中...");
$("#ajax-indicator").show();
</script>
<div class="project_r_h">
<div class="project_r_h" style="width:730px;">
<h2 class="project_h2">分析结果</h2>
</div>
<ul class="analysis-result-list">
@ -35,4 +35,8 @@
<%#= 数据为空时候界面,待完善 %>
<% end %>
<script>
$("#RSide").css("width","730px");
</script>

View File

@ -1,5 +1,5 @@
<%= javascript_include_tag 'highcharts','highcharts-more' %>
<div class="project_r_h">
<div class="project_r_h" style="width:730px;">
<h2 class="project_h2" style="width:180px;">质量分析</h2>
</div>
@ -161,3 +161,7 @@
</div>
<% end %>
<script>
$("#RSide").css("width","730px");
</script>