提交 修改弹窗点击关闭

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

@@ -101,7 +101,7 @@
</el-col>
</el-row>
<!-- 询问参考文献弹出框 -->
<el-dialog title="References Tips" :closeOnClickModal="false" :showClose='false' :visible.sync="tiP_Fen" width="500px">
<el-dialog title="References Tips" :close-on-click-modal="false" :closeOnClickModal="false" :showClose='false' :visible.sync="tiP_Fen" width="500px">
<p style="line-height: 1.5;margin-bottom: 15px;">You ONLY NEED: Select the first one and the last one, DO NOT need select every options.</p>
<el-radio-group v-model="tipForm.Fen">
<el-radio :label="0" style="margin-bottom: 5px;">Let me try, please remind me again next time.</el-radio>
@@ -112,7 +112,7 @@
</span>
</el-dialog>
<!-- 询问正文弹出框 -->
<el-dialog title="Main Text Tips" :closeOnClickModal="false" :showClose='false' :visible.sync="tiP_Man" width="500px">
<el-dialog title="Main Text Tips" :close-on-click-modal="false" :closeOnClickModal="false" :showClose='false' :visible.sync="tiP_Man" width="500px">
<p style="line-height: 1.5;margin-bottom: 15px;">You ONLY NEED: Select the references options first and than when you click the main
text, all main text options will be selected auto.</p>
<el-radio-group v-model="tipForm.Man">