修改 参考文献排序

This commit is contained in:
2026-04-14 11:18:04 +08:00
parent 26981f83c4
commit 6cb5dbccf0
4 changed files with 7 additions and 5 deletions

View File

@@ -4412,4 +4412,7 @@ wmath[data-wrap='inline'] {
.doiLink {
color: #409eff;
}
.reference-item{
line-height: 16px;
}
</style>

View File

@@ -5605,7 +5605,6 @@ font-weight: bold !important;
}
.cite-preview-doi {
display: block;
margin-top: 4px;
font-size: 10px;
line-height: 1.3;
color: #006699;

View File

@@ -1898,7 +1898,7 @@ export default {
}
.reference-item {
line-height: 18px;
line-height: 16px;
}
::v-deep .el-table .cell {

View File

@@ -96,13 +96,13 @@
<div class="body-editor-container">
<div class="subject-label" style="margin-bottom: 10px;">{{ $t('mailboxMouldDetail.emailBody') }}:</div>
<TmrEmailEditor
<!-- <TmrEmailEditor
v-model="form.body"
:journalList="journalList"
:journalId="form.journalId"
placeholder=""
/>
<!-- <CkeditorMail v-model="form.body" /> -->
/> -->
<CkeditorMail v-model="form.body" />
</div>
</el-card>
</section>