Commit dd542148 by doszhang

dos

parent 487fe859
...@@ -319,7 +319,7 @@ function createPoster() { ...@@ -319,7 +319,7 @@ function createPoster() {
createList('.poster-list-page .poster-list', flagStack[i], i + 1); createList('.poster-list-page .poster-list', flagStack[i], i + 1);
} }
let flagListHeight = $('.poster-page .poster-list').height(); let flagListHeight = $('.poster-list-page .poster-list').height();
flagListHeight = (flagListHeight / fontSize) * 20; flagListHeight = (flagListHeight / fontSize) * 20;
flagListHeight = flagListHeight + 40; flagListHeight = flagListHeight + 40;
let topHalfHeight = 489; let topHalfHeight = 489;
......
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