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 @@
+
+