修改
This commit is contained in:
parent
b43b279dac
commit
af71bf7929
@ -3,7 +3,9 @@
|
|||||||
<view class="title">
|
<view class="title">
|
||||||
{{item.informationTitle}}
|
{{item.informationTitle}}
|
||||||
</view>
|
</view>
|
||||||
<u-parse :html="item.informationContent"></u-parse>
|
<view class="u-content">
|
||||||
|
<u-parse :html="item.informationContent"></u-parse>
|
||||||
|
</view>
|
||||||
<!-- <view class="text" v-html="item.informationContent">
|
<!-- <view class="text" v-html="item.informationContent">
|
||||||
</view>-->
|
</view>-->
|
||||||
</view>
|
</view>
|
||||||
@ -90,4 +92,10 @@
|
|||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.u-content {
|
||||||
|
margin: 15rpx auto;
|
||||||
|
width: 96%;
|
||||||
|
text-indent: 2em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user