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-08-19 17:20:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d61b0a6d7b7d1c20287c5e6abb57c3f098611c3d
d61b0a6d
1 parent
9541e290
fix: 鸿蒙走查 轮播卡标题行高修改为25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
sight_harmony/AppScope/resources/base/element/float.json
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhCarouselLayout01.ets
sight_harmony/AppScope/resources/base/element/float.json
View file @
d61b0a6
...
...
@@ -54,7 +54,7 @@
},
{
"name"
:
"font_size_18"
,
"value"
:
"18
f
p"
"value"
:
"18
v
p"
},
{
"name"
:
"font_size_24"
,
...
...
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhCarouselLayout01.ets
View file @
d61b0a6
...
...
@@ -232,6 +232,7 @@ struct CarouselLayout01CardView {
.width(CommonConstants.FULL_PARENT)
.fontColor(Color.White)
.fontSize($r('app.float.font_size_18'))
.lineHeight(25)
.fontWeight(FontWeight.Medium)
.textAlign(TextAlign.Start)
.align(Alignment.Bottom)
...
...
Please
register
or
login
to post a comment