@@ -3,7 +3,10 @@
<!-- <view class="contBox" v-html="detail">
</view> -->
- <rich-text :nodes="detail" style="background: #fff;"></rich-text>
+ <view class="contBox">
+ <rich-text :nodes="detail" style="background: #fff;"></rich-text>
+ </view>
+
</view>
</template>
@@ -52,7 +55,8 @@
.box {
width: 100vw;
min-height: 100vh;
- background: #F4F5F7;
+ background: #fff;
}
.contBox{
padding: 20rpx 24rpx;