rich-text.md 1.2 KB
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
## rich-text

<!-- UTSCOMJSON.rich-text.description -->

### 支持的HTML标签和属性
|HTML   |属性    |样式   |
|-------|-------|-------|
|br     |       |       |
|p      |       |text-align color background-color text-decoration|
|ul     |       |       |
|li     |       |text-align color background-color text-decoration|
|span   |       |color background-color text-decoration|
|strong |       |       |
|i      |       |       |
|big    |       |       |
|small  |       |       |
|a      |href   |       |
|u      |       |       |
|del    |       |       |
|h1-h6  |       |       |
|img    |src    |       |

> text-decoration仅支持line-through

25
<!-- UTSCOMJSON.rich-text.attribute -->
D
DCloud_LXH 已提交
26 27 28

<!-- UTSCOMJSON.rich-text.event -->

29 30
<!-- UTSCOMJSON.rich-text.component_type-->

D
DCloud_LXH 已提交
31 32 33 34
<!-- UTSCOMJSON.rich-text.compatibility -->

<!-- UTSCOMJSON.rich-text.children -->

35 36
<!-- UTSCOMJSON.rich-text.example -->

D
DCloud_LXH 已提交
37 38 39 40
<!-- UTSCOMJSON.rich-text.reference -->

## Bug & Tips@tips

W
wanganxp 已提交
41
- HTML String在App端支持常用但不是全部web样式,并且Android和iOS也略有差异。
辛宝Otto's avatar
辛宝Otto 已提交
42
- HTML String类型的`<img/>`不支持自定义宽高,默认以rich-text组件宽度为基准等比缩放;节点列表类型的`<img />`支持自定义宽高。