rich-text.md 1.1 KB
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
|HTML   |属性    |样式   |
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
7
|-------|-------|-------|
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21
|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
<!-- UTSCOMJSON.rich-text.example -->

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

D
DCloud_LXH 已提交
33 34
<!-- UTSCOMJSON.rich-text.children -->

D
DCloud_LXH 已提交
35 36
<!-- UTSCOMJSON.rich-text.reference -->

W
wanganxp 已提交
37
## Bug & Tips@tips
W
更x  
wanganxp 已提交
38

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