Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-06-07 15:24:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
141292d46d728544cbe129c80ae40e0f64a1ebeb
141292d4
1 parent
518eaede
feat:优化隐私提示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/products/phone/src/main/ets/pages/view/CustomDialogComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/CustomDialogComponent.ets
View file @
141292d
...
...
@@ -72,7 +72,8 @@ export default struct CustomDialogComponent {
Row() {
Text($r('app.string.dialog_text_privacy_statement'))
.fontColor($r('app.color.dialog_text_color'))
.fontSize(14).margin({top:20})
.fontSize(14).fontFamily('PingFang SC')
.margin({top:20})
}.width('90%')
.justifyContent(FlexAlign.Center)
...
...
Please
register
or
login
to post a comment