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