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