|
@@ -27,7 +27,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="abstract" v-if="reportInfo && !!reportInfo.NeedSplice">
|
|
|
- <div>摘要: <span v-html="reportInfo.Abstract"></span></div>
|
|
|
+ <div v-if="reportInfo.Abstract">摘要: <span v-html="reportInfo.Abstract"></span></div>
|
|
|
</div>
|
|
|
<div id="resetcss" style="overflow:hidden;" v-html="reportInfo.Content"></div>
|
|
|
<div class="html-end-img-box" v-if="reportInfo && !!reportInfo.NeedSplice && reportInfo.EndImg">
|