25D 样式微调
This commit is contained in:
parent
10e2968312
commit
1764949de4
|
@ -11,8 +11,8 @@ function listPoint(props) {
|
|||
const typeTable = getTypeTable(qrcode);
|
||||
const pointList = new Array(nCount);
|
||||
|
||||
let size = 1.03;
|
||||
let size2 = 1.03;
|
||||
let size = 1.001;
|
||||
let size2 = 1.001;
|
||||
let height = props.params[0];
|
||||
let height2 = props.params[1];
|
||||
let id = 0;
|
||||
|
|
Loading…
Reference in New Issue