This commit is contained in:
2021-09-28 11:02:01 +08:00
parent 1e1409f14e
commit eeb40535df

View File

@@ -1,9 +1,7 @@
<template> <template>
<view>
<view class="clauseCont"> <view class="clauseCont">
<rich-text :nodes="clauseData"></rich-text> <u-parse :html="clauseData"></u-parse>
</view> </view>
</view>
</template> </template>
<script> <script>
@@ -52,7 +50,7 @@
} }
.clauseCont { .clauseCont {
padding: $padding + 10 $padding * 2; padding: $padding ;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
} }