|
@@ -6,9 +6,7 @@
|
|
{{ item.name }}
|
|
{{ item.name }}
|
|
</van-col>
|
|
</van-col>
|
|
<van-col span="24" class="other">
|
|
<van-col span="24" class="other">
|
|
- <van-col span="24" class="otherInfo">
|
|
|
|
- 重要成果:<span>{{ item.content || '暂无' }}</span>
|
|
|
|
- </van-col>
|
|
|
|
|
|
+ <van-col span="24" class="otherInfo"> 重要成果:<span v-html="item.content"></span> </van-col>
|
|
</van-col>
|
|
</van-col>
|
|
</van-col>
|
|
</van-col>
|
|
</van-col>
|
|
</van-col>
|
|
@@ -51,6 +49,9 @@ export default {
|
|
span {
|
|
span {
|
|
color: #000;
|
|
color: #000;
|
|
}
|
|
}
|
|
|
|
+ /deep/p {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.btn {
|
|
.btn {
|