fix theme angel kanade

This commit is contained in:
naiba
2023-10-21 18:05:56 +08:00
parent 8aa1681c5f
commit ce530705e7
3 changed files with 3 additions and 4 deletions

View File

@@ -275,8 +275,7 @@
},
getK2Gb(bs){
bs = bs / 1024 /1024 /1024;
return Math.ceil(bs.toFixed(2)) + 'GB';
return (bs/1024/1024).toFixed(2) + 'GB'
},
listTipsMouseenter(obj,strs,tipsNum=1){
this.layerIndex = layer.tips(strs, '#'+obj,{tips: [tipsNum, 'rgb(0 0 0 / 85%)'],time:0});