Commit 38561a75 by doszhang

dos

parent 690f01ea
...@@ -396,7 +396,7 @@ function drawFlagItem(initialPosition) { ...@@ -396,7 +396,7 @@ function drawFlagItem(initialPosition) {
for (let i = 0; i < flagStack.length; i++) { for (let i = 0; i < flagStack.length; i++) {
let top = initialPosition + $(nodeList[i]).offset().top; let top = initialPosition + $(nodeList[i]).offset().top;
posterCtx.drawImage(noBg, pxToRem(105), top, pxToRem(44), pxToRem(39)); posterCtx.drawImage(noBg, pxToRem(105), top, pxToRem(44), pxToRem(39));
flagNoDraw(posterCtx, i + 1, 20, 'normal', '#222222', pxToRem(127), top + pxToRem(39)); flagNoDraw(posterCtx, i + 1, 20, 'normal', '#222222', pxToRem(127), top + pxToRem(30));
} }
} }
} }
......
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