Procházet zdrojové kódy

Merge branch '提现' into dev

gHost před 2 roky
rodič
revize
1b6f08e738
1 změnil soubory, kde provedl 10 přidání a 2 odebrání
  1. 10 2
      pages/otherpage/money/withdraw.vue

+ 10 - 2
pages/otherpage/money/withdraw.vue

@@ -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;