提交 00cf7a9b 编写于 作者: Z zhouyan

menu最小宽度限制AspectRatioHeightTest xts适配

Signed-off-by: Nzhouyan <zhouyan162@huawei.com>
Change-Id: I2302d4c07cc212b11f2c0ff7d2dce730d86daa57
上级 b0c7d812
......@@ -108,7 +108,7 @@ struct AspectRatioHeightPage {
} else if (this.targetView == 'Menu') {
Menu() {
MenuItem({ startIcon: $r('app.media.icon'), content: 'Menu' })
}.backgroundColor(Color.Pink).commonStyle()
}.backgroundColor(Color.Pink).commonStyle().constraintSize({minWidth: 0})
} else if (this.targetView == 'MenuItem') {
Menu() {
MenuItem({ startIcon: $r('app.media.icon'), content: 'MenuItem' }).backgroundColor(Color.Pink).commonStyle()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册