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
yangchenggong1_wd
2024-09-20 10:11:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5aeb610ae4e5dcc0f9f7a412a3345146e437d054
5aeb610a
1 parent
2f8a8ddd
fix |> 20113 【uat】账号19066666666 Qa112233进入我的-消息-预约消息页,字体偏大,看图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/subscribe/SubscribeListChildComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/subscribe/SubscribeListChildComponent.ets
View file @
5aeb610
...
...
@@ -9,9 +9,8 @@ export struct SubscribeListChildComponent{
Row(){
Text(`${this.item.dealTime}`)
.margin({top:16,bottom:12})
.fontWeight(400)
.fontSize(12)
.lineHeight(1
7
)
.lineHeight(1
6
)
.fontColor($r('app.color.color_999999'))
}.width('100%')
.backgroundColor($r('app.color.color_F5F5F5'))
...
...
@@ -45,7 +44,6 @@ export struct SubscribeListChildComponent{
Text(`${this.item.desc}`)
.fontSize(14)
.lineHeight(20)
.fontWeight(400)
.fontColor($r('app.color.color_222222'))
.layoutWeight(1)
}.alignItems(VerticalAlign.Center)
...
...
Please
register
or
login
to post a comment