diff --git a/docs/component/text.md b/docs/component/text.md index d0a57695fb95b63ef4466e74c54836fdabc6db28..1096174e2e1e6fdce06efd56aa78493b8bd0040a 100644 --- a/docs/component/text.md +++ b/docs/component/text.md @@ -20,7 +20,7 @@ text组件在web浏览器渲染(含浏览器、小程序webview渲染模式、 app-uvue中的 text 组件虽然支持嵌套,但子组件不继承父组件样式。这样使用会在编译到各平台时可能产生差异,所以尽量避免使用text嵌套。 -app-android平台子组件设置的排版相关样式(如width、height、margin、padding等)以及部分text独有样式(如text-align、lines、white-space、text-overflow)不生效, +app 平台子组件设置的排版相关样式(如width、height、margin、padding等)以及部分text独有样式(如text-align、lines、white-space、text-overflow)不生效,