版本回退

This commit is contained in:
草莓 2024-11-30 16:56:27 +08:00
parent fa07f67398
commit 603959250c
2 changed files with 2 additions and 7 deletions

View File

@ -1933,12 +1933,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
main.dom.startBackground.setAttribute('__src__', startBackground);
main.dom.startBackground.src = startBackground;
}
if (core.domStyle.isVertical) {
main.dom.startBackground.style.width = "200%"
} else {
main.dom.startBackground.style.width = "100%"
}
}
}
const _resize_canvas = function (obj) { //自适应画布
main.dom.outerBackground.style.width = obj.totalWidth + 'px';
main.dom.outerBackground.style.height = obj.totalHeight + 'px';

View File

@ -161,7 +161,7 @@
.startButton {
width: 100%;
margin: 0;
font:2rem "pala", sans-serif;
font:1.2rem "pala", sans-serif;
font-weight: normal;
display: block;
cursor: pointer;