王刚 3 سال پیش
والد
کامیت
0741f84706
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((100 / Object.keys(ret).length));
             for (var date in ret) {
                 id = "myChart" + date;
-                $("div#charts_wrap").append('<div style="width=100%;height=' + h + '%"> <canvas id="' + id +
+                $("div#charts_wrap").append('<div style="width:100%;height:' + h + '%"> <canvas id="' + id +
                     '" class="animated fadeIn;" ></canvas></div>');
                 ctx = $("#" + id);
                 lbls = [];