feat(Pay/withDrawalDialog): 弹窗宽度调整
This commit is contained in:
parent
b4ad3ff805
commit
551a363b57
|
@ -3,7 +3,7 @@
|
|||
<el-dialog
|
||||
:title="paytitle"
|
||||
:visible.sync="toShow"
|
||||
width="30%"
|
||||
width="40%"
|
||||
center
|
||||
:close-on-click-modal="false"
|
||||
:before-close="handleClose"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
:title="'提现'"
|
||||
:close-on-click-modal="false"
|
||||
:visible.sync="dialogVisible"
|
||||
width="550px"
|
||||
width="40%"
|
||||
center
|
||||
custom-class="withdrawal-dialog"
|
||||
@close="handleClose"
|
||||
|
|
Loading…
Reference in New Issue