This commit is contained in:
@fawn-nine
2023-06-30 16:09:55 +08:00
parent aad8481719
commit 9cd6916feb
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
<span class="el-icon-info help"></span>
<div>
<h4>Any questions/Help</h4>
<p class="mt20">If you experience any problems, please contact us by <i class="tip">publisher@tmrjournals.com</i></p>
<p class="mt20">If you experience any problems, please contact us by publisher@tmrjournals.com</p>
</div>
</div>
</div>

View File

@@ -176,7 +176,7 @@
<el-dialog title="Any questions or Help" :visible.sync="helpVisible" width="500px">
<div>
<p class="mt20" style="line-height: 28px;">If you experience any problems, <br/>
please contact us by <i class="tip">publisher@tmrjournals.com</i></p>
please contact us by publisher@tmrjournals.com</p>
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="helpVisible = false" type="primary">OK</el-button>