提交 8cedd43a 编写于 作者: H huangdong57

update bindPopup

Signed-off-by: Nhuangdong57 <huangdong57@huawei.com>
上级 15ef0a2f
......@@ -28,11 +28,11 @@ struct bindPopupOffset {
@State customPopup02: boolean = false
@State customPopup03: boolean = false
@State customPopup04: boolean = false
@State offset: any = { x: 10, y:10 }
@State offset10: any = { x:-10, y:-10}
@State offset00: any = { x: 0, y:0 }
@State offset050: any = { x: 0, y:50 }
@State offsetnull: any = null
@State offset: Object = { x: 10, y:10 }
@State offset10: Object = { x:-10, y:-10}
@State offset00: Object = { x: 0, y:0 }
@State offset050: Object = { x: 0, y:50 }
@State offsetnull: Object = null
@Builder popupBuilder() {
Row({ space: 2 }) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册