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
chenjun3_wd
2024-03-26 09:37:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e71463ea7fed4eeabdab04a1c2a8139377f8fd67
e71463ea
1 parent
6eea0d22
早晚报UI微调
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/topicInfoView.ets
sight_harmony/features/wdComponent/src/main/resources/base/element/color.json
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/topicInfoView.ets
View file @
e71463e
...
...
@@ -36,12 +36,14 @@ export struct topicInfoView {
.fontSize(16)
.fontColor($r('app.color.white'))
.maxLines(1)
.backgroundColor($r('app.color.color_99636363'))
.borderRadius(2)
Image($r('app.media.more'))
.height($r('app.float.top_arrow_size'))
.width(20)
}
.margin({ top: 10 })
.margin({ top: 10
, left: 16, right: 16
})
// .backgroundColor(Color.Red)
.alignRules({
left: { anchor: "__container__", align: HorizontalAlign.Start },
...
...
sight_harmony/features/wdComponent/src/main/resources/base/element/color.json
View file @
e71463e
...
...
@@ -115,8 +115,10 @@
{
"name"
:
"color_transparent"
,
"value"
:
"#00000000"
},
{
"name"
:
"color_99636363"
,
"value"
:
"#99636363"
}
]
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment