From 603959250c6c0f53c05b547ed42b6cfea63b2beb Mon Sep 17 00:00:00 2001 From: strawberry42271 <2806566736@qq.com> Date: Sat, 30 Nov 2024 16:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 7 +------ styles.css | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/project/plugins.js b/project/plugins.js index d7e1a75..227a14a 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -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'; diff --git a/styles.css b/styles.css index 8f277bb..d8aa320 100644 --- a/styles.css +++ b/styles.css @@ -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;