Skip to content

Commit

Permalink
关于我们样式 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
yindushenwen authored Jul 21, 2024
1 parent 34bc24c commit 368a095
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ struct AboutUsPage {
}
}
.columnsTemplate('1fr 1fr 1fr 1fr')
.columnsGap(16)
.height(80)
// QQ群的半模态框 不知道绑定在哪里,鸿蒙官方怎么想的,非要绑定一个元素?
.bindSheet($$this.isShowQQ, this.QQDialog(), {
Expand Down Expand Up @@ -195,7 +196,7 @@ struct AboutUsPage {
top: 12,
bottom: 12
})
.width("80%")
.width("100%")
.height(70)
.borderRadius(12)
.backgroundColor(Color.White)
Expand Down

0 comments on commit 368a095

Please sign in to comment.