Sfoglia il codice sorgente

fixed: 显示颜色

王刚 3 anni fa
parent
commit
701566b75b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}