调整用户管理新增弹窗宽度

This commit is contained in:
wkc
2026-05-25 17:49:48 +08:00
parent 998f0b3c48
commit eef36ff0ec
2 changed files with 16 additions and 2 deletions

View File

@@ -95,7 +95,7 @@
</el-row>
<!-- 添加或修改用户配置对话框 -->
<el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
<el-dialog :title="title" :visible.sync="open" width="80%" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-row>
<el-col :span="12">
@@ -562,4 +562,4 @@ export default {
}
}
}
</script>
</script>