Commit 5284c4a9 by doszhang

dos

parent a3cf8ec2
......@@ -635,7 +635,7 @@ input[name=signature]::-webkit-input-placeholder {
/* poster-page */
.poster-page {
z-index: 1;
overflow: scroll;
overflow-y: scroll;
}
.poster-page .poster-canvas-block {
......
......@@ -549,7 +549,7 @@ function createPoster() {
}
function drawFlagItem(initialPosition) {
// initialPosition = initialPosition + parseFloat(getTranslateDistance());
initialPosition = initialPosition - 20;
let noBg = new Image();
noBg.src = '/Public/static/image2/flag-no.png';
noBg.onload = function () {
......
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