|
@@ -267,7 +267,8 @@
|
|
|
this.$confirm(`确定要购买商品吗?`, '提示', {
|
|
this.$confirm(`确定要购买商品吗?`, '提示', {
|
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
|
- type: 'warning'
|
|
|
|
|
|
|
+ type: 'warning',
|
|
|
|
|
+ customClass: 'msg-box',
|
|
|
}).then(() => {
|
|
}).then(() => {
|
|
|
network.postData(`shop/sure-approach-order`, data).then(response => {
|
|
network.postData(`shop/sure-approach-order`, data).then(response => {
|
|
|
this.submitButtonStat = false
|
|
this.submitButtonStat = false
|
|
@@ -447,6 +448,12 @@
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
margin-left: 150px;
|
|
margin-left: 150px;
|
|
|
}
|
|
}
|
|
|
|
|
+@media (max-width: 720px) {
|
|
|
|
|
+ .msgbox{
|
|
|
|
|
+ width: 320px !important;
|
|
|
|
|
+ margin-top: 15px;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|
|
|
<style>
|
|
<style>
|
|
|
.myclass {
|
|
.myclass {
|