Browse Source

首页echart图表在移动端样式错乱问题

pull/9/head
Jason 3 years ago
parent
commit
451300fc54
  1. 3
      view/templates/index/home.html

3
view/templates/index/home.html

@ -321,7 +321,8 @@ function createCharts(charts_dates, charts_values, value_name) {
// 使用刚指定的配置项和数据显示图表。 // 使用刚指定的配置项和数据显示图表。
if($(document).width()<=750) { if($(document).width()<=750) {
option.grid.left = 40; option.grid.left = 0;
option.grid.width = '100%';
} }
myChart.setOption(option); myChart.setOption(option);
} }

Loading…
Cancel
Save