Commit 1308fc78 by doszhang

dos

parent ab66a427
......@@ -460,12 +460,12 @@ function createPoster() {
//计算海报中部高度
let flagListHeight = $('.poster-list-page .poster-list').height();
flagListHeight = (flagListHeight / fontSize) * 20;
// flagListHeight = (flagListHeight / fontSize) * 20;
flagListHeight = flagListHeight + 20;
let topHalfHeight = 390;
let bottomHalfHeight = 207;
let posterCanvasHeight = 0;
flagListHeight = flagListHeight + 60;
// flagListHeight = flagListHeight + 60;
//计算海报总高度
if (flagListHeight < 400) {
......
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