From 6954a8c8dc6286b4a9573b7bc58d670cd61af40f Mon Sep 17 00:00:00 2001 From: luoweibin Date: Tue, 8 Aug 2023 12:48:11 +0000 Subject: [PATCH] =?UTF-8?q?fixed=200253ab0=20from=20https://gitee.com/luo-?= =?UTF-8?q?weibin/docs/pulls/22087=20=E8=AF=B4=E6=98=8E=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luoweibin Change-Id: I3ae44c0e7a89192db04cda1288521e2bf8b3c0a5 --- .../application-dev/reference/arkui-ts/ts-container-panel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-panel.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-panel.md index 9bb79133a3..48f8919adf 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-container-panel.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-panel.md @@ -38,8 +38,8 @@ Panel(show: boolean) | fullHeight | string \| number | 指定PanelMode.Full状态下的高度。
默认值:当前组件主轴大小减去8vp空白区
**说明:**
不支持设置百分比。 | | halfHeight | string \| number | 指定PanelMode.Half状态下的高度。
默认值:当前组件主轴大小的一半。
**说明:**
不支持设置百分比。 | | miniHeight | string \| number | 指定PanelMode.Mini状态下的高度。
默认值:48
单位:vp
**说明:**
不支持设置百分比。 | -| show | boolean | 当滑动面板弹出时调用。 | -| backgroundMask9+|[ResourceColor](ts-types.md#resourcecolor)|指定Panel的背景蒙层。| +| show | boolean | 当滑动面板弹出时调用。
默认值:true | +| backgroundMask9+|[ResourceColor](ts-types.md#resourcecolor)|指定Panel的背景蒙层。
默认值:'#08182431' | | showCloseIcon10+ | boolean | 设置是否显示关闭图标,true表示显示,false表示不显示。
默认值:false | ## PanelType枚举说明 -- GitLab