From bdd31f0621712af89d89b87ac439c3e0b398605a Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sat, 2 Sep 2023 08:25:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Login/Login.vue | 2 +- vite.config.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index ab3c23d..9a23cb5 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -34,7 +34,7 @@ const toLogin = () => { class="h-[100%] relative lt-xl:bg-[var(--login-bg-color)] lt-sm:px-10px lt-xl:px-10px lt-md:px-10px" > -
+
diff --git a/vite.config.ts b/vite.config.ts index 214dd2d..a9987dd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -38,7 +38,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { } }), VueJsx(), - // WindiCSS(), progress(), createStyleImportPlugin({ resolves: [ElementPlusResolve()],