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