rich-text.md 966 字节
Newer Older
D
DCloud_LXH 已提交
1
## rich-text
D
DCloud_LXH 已提交
2 3 4

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

DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
5
### 支持的HTML标签和属性
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|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    |
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
22 23 24

> text-decoration仅支持line-through

D
DCloud_LXH 已提交
25 26
<!-- UTSCOMJSON.rich-text.attrubute -->

D
DCloud_LXH 已提交
27 28
<!-- UTSCOMJSON.rich-text.event -->

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

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

W
更x  
wanganxp 已提交
33 34
## bug&tips

DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
35 36
- HTML String支持常用但不是全部web样式。
- HTML String类型的`<img/>`不支持自定义宽高,默认以rich-text组件宽度为基准等比缩放;节点列表类型的`<img>/`支持自定义宽高。