diff --git a/src/components/LoginDialog/index.vue b/src/components/LoginDialog/index.vue index 06cba609..b68e0e06 100644 --- a/src/components/LoginDialog/index.vue +++ b/src/components/LoginDialog/index.vue @@ -15,21 +15,27 @@ -
+
+
+ + 登陆 +
@@ -63,6 +69,7 @@ import { isMobile } from '@/utils/common' import { storeToRefs } from 'pinia'; import { useUserStore } from '@/store'; import { localStorage } from '@/utils/storage'; +import { Lock, User } from '@element-plus/icons-vue' const dialogWidth = computed(() => isMobile() ? '75%' : '35%') const qrcode = ref('') const dialogVisible = ref(false) @@ -129,6 +136,9 @@ const loginEmail = () => { .h-full { height: 100%; } +.login-form { + align-items: center +}