[...]
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user