提交 修改弹窗点击关闭
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
|
||||
|
||||
<!-- 上线弹出框 -->
|
||||
<el-dialog title="Tips" :visible.sync="onlineVisible" width="680px">
|
||||
<el-dialog title="Tips" :visible.sync="onlineVisible" width="680px" :close-on-click-modal="false">
|
||||
<p style="line-height: 24px">Are you sure you want to push this manuscript to the official website? You can preview first.</p>
|
||||
<div style="text-align: right; margin-top: 30px">
|
||||
<el-button @click="onlineVisible = false">Cancel</el-button>
|
||||
@@ -203,7 +203,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 预览列表 -->
|
||||
<el-dialog title="" :visible.sync="preLisVisible" width="850px">
|
||||
<el-dialog title="" :visible.sync="preLisVisible" width="850px" :close-on-click-modal="false">
|
||||
<div class="aMesage">
|
||||
<div class="aMes_typ">
|
||||
{{ deMesYul.type }}
|
||||
@@ -236,7 +236,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 预览文章-->
|
||||
<el-dialog title="" :visible.sync="preArtVisible" width="800px">
|
||||
<el-dialog title="" :visible.sync="preArtVisible" width="800px" :close-on-click-modal="false">
|
||||
<div class="aArticle">
|
||||
<div class="aArt_doi">
|
||||
{{ deMesYul.journal_title }}
|
||||
@@ -282,7 +282,7 @@
|
||||
</span>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog title="" :visible.sync="communVisible" width="800px">
|
||||
<el-dialog title="" :visible.sync="communVisible" width="800px" :close-on-click-modal="false">
|
||||
<!-- <p
|
||||
style="word-break: normal;margin-bottom: 20px;font-size: 15px;font-weight: bold;letter-spacing: -0.5px;line-height: 22px;">
|
||||
{{msgform.title}}
|
||||
|
||||
Reference in New Issue
Block a user