浏览代码

fixed: 显示高度

王刚 3 年之前
父节点
当前提交
c8aebb98d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/Public/gamesys/home/pages/action/action.js

+ 1 - 1
Gameserver/Public/gamesys/home/pages/action/action.js

@@ -212,7 +212,7 @@ function GetContinued(uid) {
             h = Math.round((260 / Object.keys(ret).length));
             for (var date in ret) {
                 id = "myChart" + date;
-                $("div#charts_wrap").append('<div style="width:100%;height:' + h + 'px;"> <canvas id="' + id +
+                $("div#charts_wrap").append('<div id="chart_container" style="width:100%;height:' + h + 'px;"> <canvas id="' + id +
                     '" class="animated fadeIn;" ></canvas></div>');
                 ctx = $("#" + id);
                 lbls = [];