diff --git a/frontend/src/views/module_system/auth/components/Login.vue b/frontend/src/views/module_system/auth/components/Login.vue index c1284d90..62fb4411 100644 --- a/frontend/src/views/module_system/auth/components/Login.vue +++ b/frontend/src/views/module_system/auth/components/Login.vue @@ -38,19 +38,19 @@ -
+
-
+
@@ -58,9 +58,12 @@ v-else-if="captchaState.img_base" border-rd-4px object-cover + shadow="[0_0_0_1px_var(--el-border-color)_inset]" :src="captchaState.img_base" + class="w-full h-full" @click="getCaptcha" /> + 点击获取验证码