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