feat(Pay/withDrawalDialog): 弹窗宽度调整

This commit is contained in:
woody 2025-05-06 10:35:28 +08:00
parent b4ad3ff805
commit 551a363b57
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<el-dialog
:title="paytitle"
:visible.sync="toShow"
width="30%"
width="40%"
center
:close-on-click-modal="false"
:before-close="handleClose"

View File

@ -3,7 +3,7 @@
:title="'提现'"
:close-on-click-modal="false"
:visible.sync="dialogVisible"
width="550px"
width="40%"
center
custom-class="withdrawal-dialog"
@close="handleClose"