提交 修改弹窗点击关闭

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

@@ -258,7 +258,7 @@
:title="dialogTitle + ' References'"
:visible.sync="editboxVisible"
width="800px"
@close="cancelSave"
@close="cancelSave" :close-on-click-modal="false"
>
<p class="yinyongPre c888">
Now you are starting to add or modify this reference. If this reference has a DOI, you can directly copy it into the DOI
@@ -376,7 +376,7 @@
</span>
</el-dialog>
<!-- 帮助信息 -->
<el-dialog title="Any questions or Help" :visible.sync="helpVisible" width="500px">
<el-dialog title="Any questions or Help" :visible.sync="helpVisible" width="500px" :close-on-click-modal="false">
<div>
<p class="mt20" style="line-height: 28px">
If you experience any problems, <br />
@@ -388,7 +388,7 @@
</span>
</el-dialog>
<!-- 临时引用信息 -->
<el-dialog title="Reference List" :visible.sync="linVisible" width="800px">
<el-dialog title="Reference List" :visible.sync="linVisible" width="800px" :close-on-click-modal="false">
<div class="refenceCentent mt20" v-if="Tempredable.length > 0">
<el-table
:data="Tempredable"