Browse Source

样式修改

gcj 3 years ago
parent
commit
c6c15c851f

+ 2 - 2
src/components/Personalcenter/AccountSet.vue

@@ -17,7 +17,7 @@
           </span>
           <el-input
             placeholder="Please enter"
-            v-model="userInfor.user_name"
+            v-model.trim="userInfor.user_name"
             :disabled="true"
           ></el-input>
         </el-form-item>
@@ -30,7 +30,7 @@
           <el-input
             :placeholder="$t('Key28')"
             v-model="userInfor.real_name"
-            maxlength="50"
+            maxlength="30"
           ></el-input>
           <!-- 保存 -->
           <el-button

+ 1 - 1
src/components/Personalcenter/OrderManage.vue

@@ -219,7 +219,7 @@
     <el-dialog
       class="orderDialog"
       top="50px"
-      :title="$t('Key471') + ':' + orderNumber"
+      :title="$t('Key472') + ':' + orderNumber"
       :visible.sync="isPayment"
       width="720px"
       :before-close="closePayment"

+ 4 - 1
src/components/common/Confirmorder.vue

@@ -276,8 +276,11 @@ export default {
       }
     }
     .price {
+      width: 110px;
+      box-sizing: border-box;
+      padding-right: 16px;
       p {
-        margin-left: 67px;
+        width: 100%;
         margin-top: 22px;
         font-weight: bold;
         font-size: 16px;

+ 4 - 1
src/components/common/Payment.vue

@@ -279,8 +279,11 @@ export default {
       }
     }
     .price {
+      width: 110px;
+      box-sizing: border-box;
+      padding-right: 16px;
       p {
-        margin-left: 67px;
+        width: 100%;
         margin-top: 22px;
         font-weight: bold;
         font-size: 16px;