未验证 提交 f7b2cdfe 编写于 作者: O openharmony_ci 提交者: Gitee

!11195 更改浮层示例

Merge pull request !11195 from 田雨/master
...@@ -29,7 +29,7 @@ struct OverlayExample { ...@@ -29,7 +29,7 @@ struct OverlayExample {
.width(240).height(240) .width(240).height(240)
.overlay("Winter is a beautiful season, especially when it snows.", { .overlay("Winter is a beautiful season, especially when it snows.", {
align: Alignment.Bottom, align: Alignment.Bottom,
offset: { x: 70, y: 100 } offset: { x: 0, y: -15 }
}) })
}.border({ color: Color.Black, width: 2 }) }.border({ color: Color.Black, width: 2 })
}.width('100%') }.width('100%')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册