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
张善主
2024-05-29 10:20:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ecf8260b99a78a99df4716b7358b4b4b7a0bdcb
1ecf8260
1 parent
7c5f3634
fix(17809): UI还原问题-【uat】意见反馈-描述您的问题-“期待您留下联系方式,我们将提供更好的服务” 文案字体和大小与android不一致,看图
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
sight_harmony/AppScope/resources/base/element/float.json
sight_harmony/features/wdComponent/src/main/ets/components/FeedBackActivity.ets
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
sight_harmony/AppScope/resources/base/element/float.json
View file @
1ecf826
...
...
@@ -17,6 +17,10 @@
"value"
:
"13fp"
},
{
"name"
:
"font_size_13_5"
,
"value"
:
"13.2fp"
},
{
"name"
:
"font_size_14"
,
"value"
:
"14fp"
},
...
...
sight_harmony/features/wdComponent/src/main/ets/components/FeedBackActivity.ets
View file @
1ecf826
...
...
@@ -182,7 +182,7 @@ export struct FeedBackActivity {
Text($r('app.string.feedback_email'))
.fontColor($r('app.color.color_222222'))
.fontSize($r('app.float.font_size_1
4
'))
.fontSize($r('app.float.font_size_1
3_2
'))
.width('94%')
.margin({ top: $r('app.float.margin_24') })
Row() {
...
...
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
View file @
1ecf826
...
...
@@ -17,6 +17,10 @@
"value"
:
"13fp"
},
{
"name"
:
"font_size_13_2"
,
"value"
:
"13.2fp"
},
{
"name"
:
"font_size_14"
,
"value"
:
"14fp"
},
...
...
Please
register
or
login
to post a comment