添加空格

This commit is contained in:
@fawn-nine
2023-08-17 09:04:37 +08:00
parent 4c599821ee
commit 7d52c60dad
2 changed files with 4 additions and 4 deletions

View File

@@ -115,12 +115,12 @@
<template slot-scope="scope">
<!-- journal 形式 -->
<div style="text-align: left;" v-if="scope.row.refer_type == 'journal'">
<p>{{scope.row.author}}{{scope.row.title}}. <em>{{scope.row.joura}}</em> {{scope.row.dateno}}.<br/></p>
<p>{{scope.row.author}}&nbsp;{{scope.row.title}}.&nbsp;<em>{{scope.row.joura}}</em>&nbsp;{{scope.row.dateno}}.<br/></p>
<a class="doiLink" :href="scope.row.doilink" target="_blank">{{scope.row.doilink}}</a>
</div>
<!-- book 形式 -->
<div style="text-align: left;" v-if="scope.row.refer_type == 'book'">
<p>{{scope.row.author}}{{scope.row.title}}.{{scope.row.dateno}}.<br/></p>
<p>{{scope.row.author}}&nbsp;{{scope.row.title}}.&nbsp;{{scope.row.dateno}}.&nbsp;<br/></p>
<a class="doiLink" :href="scope.row.isbn" target="_blank">{{scope.row.isbn}}</a>
</div>
<!-- other 形式 -->

View File

@@ -95,12 +95,12 @@
<template slot-scope="scope">
<!-- journal 形式 -->
<div style="text-align: left;" v-if="scope.row.refer_type == 'journal'">
<p>{{scope.row.author}}{{scope.row.title}}. <em>{{scope.row.joura}}</em> {{scope.row.dateno}}.<br/></p>
<p>{{scope.row.author}}&nbsp;{{scope.row.title}}. &nbsp;<em>{{scope.row.joura}}</em>&nbsp; {{scope.row.dateno}}.<br/></p>
<a class="doiLink" :href="scope.row.doilink" target="_blank">{{scope.row.doilink}}</a>
</div>
<!-- book 形式 -->
<div style="text-align: left;" v-if="scope.row.refer_type == 'book'">
<p>{{scope.row.author}}{{scope.row.title}}.{{scope.row.dateno}}.<br/></p>
<p>{{scope.row.author}}&nbsp;{{scope.row.title}}.&nbsp;{{scope.row.dateno}}.&nbsp;<br/></p>
<a class="doiLink" :href="scope.row.isbn" target="_blank">{{scope.row.isbn}}</a>
</div>
<!-- other 形式 -->