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