Commit 30fea887 by doszhang

dos

parent 5683769f
......@@ -447,8 +447,8 @@ function calculationWrap() {
function createPoster() {
//海报相关参数
let posterLeft = pxToRem(45 * 2);
let posterTop = pxToRem(0 * 2);
let flagListTop = pxToRem((45 + 0) * 2);
let posterTop = pxToRem(107 * 2);
let flagListTop = pxToRem((45 + 107) * 2);
//初始化海报canvas
......@@ -481,7 +481,7 @@ function createPoster() {
posterCanvasHeight = topHalfHeight + flagListHeight + bottomHalfHeight;
}
posterCanvasHeight += 90;
posterCanvasHeight += 214;
//创建海报canvas
$('#posterCanvas').remove();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment