|
@@ -44,10 +44,11 @@
|
|
|
|
|
|
|
|
|
<div class="a-m-brief">
|
|
|
- <mdView :text="data.jsonData.content" />
|
|
|
- <mdView :text="data.jsonData.result" />
|
|
|
+ {{ data.jsonData.result }}
|
|
|
+ <!-- <mdView :text="data.jsonData.result" /> -->
|
|
|
<!-- {{ data.jsonData.result }} -->
|
|
|
</div>
|
|
|
+ <mdView :text="data.jsonData.content" />
|
|
|
<div v-for="(item, index) in data.jsonData.dataFileList" :key="item.uid">
|
|
|
<div v-if="imgTypeList.includes(checkFileType(item.url))">
|
|
|
<img style="max-width: 100%" :src="item.url" alt="" />
|
|
@@ -354,8 +355,9 @@ export default {
|
|
|
.a-m-brief {
|
|
|
font-size: 16px;
|
|
|
/* 斜体 */
|
|
|
- /* font-style: italic; */
|
|
|
+ font-style: italic;
|
|
|
margin-bottom: 10px;
|
|
|
+ color: #6b798e;
|
|
|
}
|
|
|
|
|
|
td,
|