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()],