提交 修改弹窗点击关闭

This commit is contained in:
2025-10-20 14:17:19 +08:00
parent fae1c6d334
commit 2070a9f423
94 changed files with 237 additions and 236 deletions

View File

@@ -275,7 +275,7 @@
</el-row>
</div>
<el-dialog title="Message" :visible.sync="editVisible" width="40%">
<el-dialog title="Message" :visible.sync="editVisible" width="40%" :close-on-click-modal="false">
<el-form ref="msgform" :model="msgform" label-width="80px">
<el-form-item label="Message">
<el-input type="textarea" rows="5" v-model="msgform.content" placeholder="Author messages"></el-input>