소스 검색

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}