From a09d8ae3ad0f98b3ae04975d5cbcaad4a519e1eb Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期四, 06 三月 2025 10:12:28 +0800 Subject: [PATCH] ✨ feat: --- src/App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1d432ea..6180355 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,9 +27,9 @@ autofit.init({ dh: 1080, dw: 1920, - el: "body", + el: "#app", resize: true, - }, true); + }, false); }, methods: { -- Gitblit v1.7.1