xuqiang 4 anni fa
parent
commit
78f06e8619

+ 5 - 2
src/main/pc-space/src/components/TransactionPhone.vue

@@ -3,7 +3,7 @@
         <el-steps :space="180" :active="2" 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" ref="form2" label-width="290px" :model="ruleForm" :rules="rules">
             <el-form-item label="新交易密码" prop="password">
@@ -136,6 +136,9 @@ input::-webkit-inner-spin-button {
         border: 0;
     }
 }
+/deep/ .el-form-item__label {
+    font-size: 13px !important;
+}
 /deep/ .el-step__title.is-process {
     font-weight: 400;
     color: #939599;
@@ -153,7 +156,7 @@ input::-webkit-inner-spin-button {
         .btn2 {
             display: flex;
             justify-content: center;
-            margin-top: 80px;
+            margin-top: 87px;
             .btn3 {
                 width: 130px;
                 height: 36px;

+ 9 - 4
src/main/pc-space/src/views/user/Transaction.vue

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

+ 4 - 1
src/main/pc-space/src/views/user/TransactionSuccess.vue

@@ -11,7 +11,7 @@
                 <el-steps :space="180" :active="3" align-center>
                     <el-step title="验证当前手机号"></el-step>
                     <el-step title="绑定新手机号"></el-step>
-                    <el-step title="完成"></el-step>
+                    <el-step title="修改完成"></el-step>
                 </el-steps>
                 <div class="fail">
                     <img class="text1" src="../../assets/user/icon-xiugaichengg@3x (1).png" alt="" />
@@ -50,6 +50,9 @@ export default {
 /deep/ .el-step__head.is-finish {
     border-color: #fdfb60;
 }
+/deep/ .el-step__title {
+    font-size: 12px !important;
+}
 /deep/.el-step:nth-child(1) {
     .el-step__icon {
         background: linear-gradient(143deg, @prim 0%, @warn 100%, @warn 100%);