5 lines
208 B
Plaintext
5 lines
208 B
Plaintext
|
<template name="richtext">
|
||
|
<view style="margin: {{item.marginTop*2+'rpx'}} 20rpx 0;background-color: {{item.backgroundColor}};border-radius:10rpx;">
|
||
|
<parser html="{{item.html}}" />
|
||
|
</view>
|
||
|
</template>
|