This commit is contained in:
曹辉 2023-05-08 09:28:19 +08:00
parent b43b279dac
commit af71bf7929

View File

@ -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>