|
|
@@ -193,10 +193,11 @@
|
|
|
this.$confirm('本次提现会提现到平台绑定的银行卡或支付宝账号?', '确认信息', {
|
|
|
distinguishCancelAndClose: true,
|
|
|
confirmButtonText: '已知悉',
|
|
|
+ customClass:"money-withdraw",
|
|
|
cancelButtonText: '放弃'
|
|
|
})
|
|
|
.then(() => {
|
|
|
- submitCommit()
|
|
|
+ this.submitCommit()
|
|
|
})
|
|
|
.catch(action => {
|
|
|
|
|
|
@@ -247,7 +248,14 @@
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
+<style>
|
|
|
+ .el-message-box.money-withdraw{
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
+ .el-message-box__wrapper:has(.money-withdraw){
|
|
|
+ padding: 20px;
|
|
|
+ }
|
|
|
+</style>
|
|
|
<style lang="scss" scoped>
|
|
|
.testArea {
|
|
|
width: 1vw;
|