浏览代码

fixed: 显示颜色

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

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

@@ -231,7 +231,7 @@ function GetContinued(uid) {
                         datasets: [{
                             label: date +"游戏时长(分钟)",
                             data: ds,
-                            backgroundColor: 'rgba(255,0,0,128)'
+                            backgroundColor: 'rgba(255, 0, 0, 0.4)'
                         }]
                     },
                     options: {maintainAspectRatio:false}