From 2e66e06f546966a405b52600a556da463632b2d7 Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Wed, 22 Jan 2025 16:45:42 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Login/updatepsw.vue | 11 +-
src/components/Login/updateptel.vue | 406 +++++++++++++++++++++
.../accountsetting/components/loginpsw.vue | 48 +--
3 files changed, 422 insertions(+), 43 deletions(-)
create mode 100644 src/components/Login/updateptel.vue
diff --git a/src/components/Login/updatepsw.vue b/src/components/Login/updatepsw.vue
index 45c7c28..5ec9e51 100644
--- a/src/components/Login/updatepsw.vue
+++ b/src/components/Login/updatepsw.vue
@@ -408,7 +408,7 @@ export default {
margin-right: 16px;
}
.login-form-button {
- width: 96px;
+ width: 60px;
height: 32px;
margin-top: 16px;
border-radius: 0px;
@@ -418,16 +418,17 @@ export default {
color: white;
padding: 0 !important;
line-height: 32px;
+ border-radius: 6px;
}
.login-form-button span {
letter-spacing: 1px;
}
}
.state-box{
- position: absolute;
- left: -111px;
- width: 430px;
- top: -15px;
+ position: absolute;
+ left: -37px;
+ width: 430px;
+ top: -15px;
}
.sms-btn{
width: 102px !important;
diff --git a/src/components/Login/updateptel.vue b/src/components/Login/updateptel.vue
new file mode 100644
index 0000000..6e87aed
--- /dev/null
+++ b/src/components/Login/updateptel.vue
@@ -0,0 +1,406 @@
+
+