From d2f3efaf7e4293fc3584643962eaf9581231d37e Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 10 Sep 2025 16:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/login.vue b/src/views/login.vue index f574853..8c88123 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -270,6 +270,7 @@ export default { }, // 发送短信验证码 sendSmsCode() { + this.$message.closeAll() if (!this.loginForm.mobile) { this.$message.warning('请先输入手机号') return @@ -398,7 +399,7 @@ export default { background: #f5f7fa; overflow: hidden; border-radius: 10px; - box-shadow: 0 0 10px 0 rgba(205, 43, 211, 0.658); + box-shadow: 0 0 10px 0 rgba(164, 51, 199, 0.658); } // 左侧背景区域