root %!s(int64=3) %!d(string=hai) anos
pai
achega
ba0370c402
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      frontendEle/src/views/shop/order.vue

+ 7 - 1
frontendEle/src/views/shop/order.vue

@@ -167,6 +167,8 @@
                 this.submitButtonStat = true
                 this.submitButtonStat = true
                 // let path = 'sure-order'
                 // let path = 'sure-order'
                 this.$prompt('请输入支付密码', '提示', {
                 this.$prompt('请输入支付密码', '提示', {
+                    center:true,
+                    customClass:'myclass',
                     confirmButtonText: '确定',
                     confirmButtonText: '确定',
                     cancelButtonText: '取消',
                     cancelButtonText: '取消',
                     inputType: 'password',
                     inputType: 'password',
@@ -263,7 +265,6 @@
         }
         }
     }
     }
 </script>
 </script>
-
 <style scoped>
 <style scoped>
 .address{
 .address{
     /* height: 3rem; */
     /* height: 3rem; */
@@ -294,3 +295,8 @@
     margin-right: 1rem;
     margin-right: 1rem;
 }
 }
 </style>
 </style>
+<style>
+.myclass {
+    width:260px;
+}
+</style>