未验证 提交 e9c4f166 编写于 作者: J Joey 提交者: Gitee

【OpenHarmony开源贡献者计划2022】修改代码格式

修改代码格式
Signed-off-by: NJoey <huyangg@isoftstone.com>
Signed-off-by: NJoey <huyangg@isoftstone.com>
上级 e8ad8c47
......@@ -64,10 +64,10 @@ struct RemoteWindowExample {
build() {
Column() {
RemoteWindow(this.target)
.translate({x:100, y:200})
.scale({x:0.5, y:0.5})
.opacity(0.8)
.position({x:px2vp(this.target?.windowBounds.left), y:px2vp(this.target?.windowBounds.top)})
.translate({ x: 100, y: 200 })
.scale({ x: 0.5, y: 0.5 })
.opacity(0.8)
.position({ x: px2vp(this.target?.windowBounds.left), y: px2vp(this.target?.windowBounds.top) })
.width(px2vp(this.target?.windowBounds.width))
.height(px2vp(this.target?.windowBounds.height))
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册