|
@@ -153,7 +153,7 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="22" class="zidingyiRight">
|
|
|
- <span>{{ info.content }}</span>
|
|
|
+ <p v-html="info.content"></p>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<!-- <el-col :span="24" class="zidingyi">
|
|
@@ -632,7 +632,7 @@ export default {
|
|
|
position: relative;
|
|
|
top: 0.875rem;
|
|
|
}
|
|
|
-.zidingyiRight span {
|
|
|
+/deep/.zidingyiRight p {
|
|
|
font-size: 0.875rem;
|
|
|
}
|
|
|
/deep/.nav-title {
|