From c560da9df31acca10d52dd40f15dc04e55584124 Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 11 Jul 2023 02:03:31 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md. Signed-off-by: LiAn Signed-off-by: LiAn --- .../arkui-ts/ts-universal-attributes-sheet-transition.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md index 0fde5239fb..5aaf0d8c42 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md @@ -2,9 +2,10 @@ 通过bindSheet属性为组件绑定半模态页面,在组件插入时可通过设置自定义或默认的内置高度确定半模态大小。 -> **说明: ** +> **说明:** > > 从API Version 10开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。 +> > 不支持横竖屏切换。 ## 属性 -- GitLab