This commit is contained in:
JS-LM
2023-06-15 17:03:55 +08:00
parent cd220611c5
commit 765fb2bcf5
4 changed files with 53 additions and 19 deletions

View File

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