Browse Source

【大屏】【添加】【商户排行字号调整6】

tags/jenkins-front-end-screenad-306-v162^0
caserKing 5 years ago
parent
commit
b58e382b81
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      App.js

+ 2
- 1
App.js View File

@@ -497,7 +497,8 @@ renderRankDom() {
}
//每一条 rank
rankItemDom(item,index) {
let fontSizeNum = 30/(PixelRatio.get());
// let fontSizeNum = 30/(PixelRatio.get());
let fontSizeNum = 16;
let curStyleObj = {
width: fontSizeNum,
height: fontSizeNum


Loading…
Cancel
Save