From 66b16b1cb54a1637db34c182544b4df9e3192b80 Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Mon, 15 Apr 2024 11:49:13 +0800 Subject: [PATCH] Update text.md --- docs/component/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/text.md b/docs/component/text.md index 1096174e..6fac7396 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)不生效, -- GitLab