提交 60c6dcfc 编写于 作者: Z zhangjiayong1

PanelHeight枚举值从number类型改为string类型

Signed-off-by: Nzhangjiayong1 <zhangjiayong3@huawei.com>
上级 1c879765
# arkui子系统ChangeLog
## cl.arkui.1 PanelHeight枚举的WRAP_CONTENT值从0变更为'wrapContent'
**变更影响**
变更前,开发者设置customHeight(0)和customHeight(PanelHeight.WRAP_CONTENT)都会自适应内容高度。</br>
变更后,开发者设置customHeight(0)将内容高度设置为0,customHeight(PanelHeight.WRAP_CONTENT)自适应内容高度。
**关键的接口变更**
PanelHeight枚举的WRAP_CONTENT值从0变为'wrapContent',接口行为变更对开发者无影响。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册