diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index 30af14f6..acc53739 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -9,7 +9,7 @@
>
-

+
{{ underlineToHump(appStore.getTitle) }}
@@ -21,7 +21,7 @@
>
{{ t('login.welcome') }}
-
+
{{ t('login.message') }}
@@ -51,16 +51,6 @@
>
-
-
-
-
-
-
-
-
-
-
@@ -75,7 +65,7 @@ import { useAppStore } from '@/store/modules/app'
import { ThemeSwitch } from '@/layout/components/ThemeSwitch'
import { LocaleDropdown } from '@/layout/components/LocaleDropdown'
-import { LoginForm, MobileForm, QrCodeForm, RegisterForm, SSOLoginVue, ForgetPasswordForm } from './components'
+import { LoginForm } from './components'
defineOptions({ name: 'Login' })
@@ -106,6 +96,12 @@ $prefix-cls: #{$namespace}-login;
}
}
}
+
+.login-message {
+ columns: 2;
+ column-gap: 20px;
+ line-height: 1.8;
+}