|
|
@@ -11,7 +11,7 @@
|
|
|
<el-steps :space="180" :active="1" align-center>
|
|
|
<el-step title="验证当前手机号"></el-step>
|
|
|
<el-step title="修改交易密码"></el-step>
|
|
|
- <el-step title="完成"></el-step>
|
|
|
+ <el-step title="修改完成"></el-step>
|
|
|
</el-steps>
|
|
|
<el-form
|
|
|
:label-position="labelPosition"
|
|
|
@@ -141,6 +141,9 @@ export default {
|
|
|
/deep/ .el-step__title.is-finish {
|
|
|
color: #fdfb60;
|
|
|
}
|
|
|
+/deep/ .el-step__title {
|
|
|
+ font-size: 12px !important;
|
|
|
+}
|
|
|
/deep/ .el-step__head.is-finish {
|
|
|
border-color: #fdfb60;
|
|
|
}
|
|
|
@@ -150,7 +153,7 @@ export default {
|
|
|
.btn2 {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- margin-top: 80px;
|
|
|
+ margin-top: 87px;
|
|
|
.btn3 {
|
|
|
width: 130px;
|
|
|
height: 36px;
|
|
|
@@ -160,7 +163,7 @@ export default {
|
|
|
color: #ffffff;
|
|
|
font-size: 13px;
|
|
|
text-align: center;
|
|
|
- line-height: 38px;
|
|
|
+ line-height: 36px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
}
|
|
|
@@ -171,7 +174,7 @@ export default {
|
|
|
background: linear-gradient(133deg, @prim 0%, @warn 100%);
|
|
|
border-radius: 4px;
|
|
|
color: #1a1a1a;
|
|
|
- line-height: 6px;
|
|
|
+ font-size: 13px;
|
|
|
border: 0;
|
|
|
}
|
|
|
/deep/ .el-step__title {
|
|
|
@@ -180,6 +183,7 @@ export default {
|
|
|
/deep/ .el-form-item__label {
|
|
|
color: #ffffff;
|
|
|
margin-left: 175px;
|
|
|
+ font-size: 13px;
|
|
|
}
|
|
|
/deep/ .el-form {
|
|
|
margin-top: 66px;
|
|
|
@@ -188,6 +192,7 @@ export default {
|
|
|
border: 1px solid #494a4d;
|
|
|
background: #1c1e26;
|
|
|
color: #ffffff;
|
|
|
+ height: 36px;
|
|
|
}
|
|
|
.title {
|
|
|
height: 30px;
|