From 1603377d81039457138e9c325a0ede5b07cf55e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Mon, 20 Apr 2026 13:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=AE=BE=E8=AE=A1=E6=90=9E?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 91d5d06..3ff4cd5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -25,5 +25,5 @@ app.use(router) .use(i18n) .mount('#app') -flexible(); +flexible(1440, 960);