line-height.md 643 字节
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9 10 11
## line-height


<!-- CSSJSON.line-height.description -->

<!-- CSSJSON.line-height.syntax -->

<!-- CSSJSON.line-height.values -->

<!-- CSSJSON.line-height.compatibility -->

DCloud-yyl's avatar
DCloud-yyl 已提交
12
#### App平台差异  
DCloud-yyl's avatar
DCloud-yyl 已提交
13 14
App平台仅支持以像素值(px)和相对长度单位(em)相对当前元素字体字体单位(em),em单位表示数字值乘以该元素的字体大小,无单位值时使用em,默认值为1.2em。  
line-height 样式仅对 [text](uni-app-x/component/text.md) 组件生效。  
DCloud-yyl's avatar
DCloud-yyl 已提交
15 16 17 18 19
> 不支持百分比的值  
> 不支持设置关键字 normal 值  
> 不支持ch、rem、ex等单位  

<!-- CSSJSON.line-height.reference -->