提交 修改弹窗点击关闭

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

@@ -809,7 +809,7 @@
</div>
</div>
<el-dialog title="" :visible.sync="licensebox" width="500px">
<el-dialog title="" :visible.sync="licensebox" width="500px" :close-on-click-modal="false">
<span style="word-wrap: break-word; word-break: normal; line-height: 22px">
Creative Commons Licensing<br /><br />
TMR Publishing Group provides authors the choice of applying the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
@@ -826,7 +826,7 @@
</el-dialog>
<!-- 选择期刊弹出框 -->
<el-dialog title="Change Journal" :visible.sync="changeVisible" width="780px">
<el-dialog title="Change Journal" :visible.sync="changeVisible" width="780px" :close-on-click-modal="false">
<el-form :model="jour_form" :rules="rules" label-width="85px">
<el-form-item label="Journal" prop="journal">
<div
@@ -845,7 +845,7 @@
</el-dialog>
<!-- 添加修改作者弹出框 -->
<el-dialog title="Author Information" :visible.sync="authorVisible" width="780px">
<el-dialog title="Author Information" :visible.sync="authorVisible" width="780px" :close-on-click-modal="false">
<p style="font-weight: bold; margin: -10px 30px 30px 30px">
{{ authMeaIN.firstname }} {{ authMeaIN.lastname }} {{ authMeaIN.isSuper ? '#' : '' }}{{ authMeaIN.isReport ? '*' : '' }}
</p>