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

View File

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