mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-16 15:58:41 +08:00
钱包
This commit is contained in:
@@ -59,14 +59,14 @@
|
||||
<el-dialog
|
||||
title="创建汇付会员与结算账户"
|
||||
:visible.sync="openCreateAdapaySettleAccount"
|
||||
width="150"
|
||||
width="25%"
|
||||
append-to-body
|
||||
>
|
||||
<el-form
|
||||
:model="ruleForm"
|
||||
:rules="rules"
|
||||
ref="ruleForm"
|
||||
label-width="250px"
|
||||
label-width="150px"
|
||||
class="demo-ruleForm"
|
||||
>
|
||||
<el-form-item label="会员昵称" prop="nickname">
|
||||
@@ -382,3 +382,9 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-input .el-input--medium{
|
||||
width: 43% !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user