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:37:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f48f6337e5cf1ef025f5b97be6248c658bcd592
1f48f633
1 parent
d61b0a6d
fix: 直播 正在直播1条数据横划卡ui修改
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardForOneComponent.ets
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
1f48f63
...
...
@@ -148,7 +148,7 @@ export struct LiveHorizontalCardComponent {
}
}.justifyContent(FlexAlign.SpaceBetween)
// .padding({ left: 16, right: 16 })
.margin({ top: 8, bottom:
8
})
.margin({ top: 8, bottom:
10
})
.width(CommonConstants.FULL_WIDTH)
// 多个
...
...
@@ -264,7 +264,7 @@ export struct LiveHorizontalCardComponent {
left: 10,
right: 10,
top: $r('app.float.card_comp_pagePadding_tb'),
bottom:
6
bottom:
$r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor($r("app.color.white"))
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardForOneComponent.ets
View file @
1f48f63
...
...
@@ -20,7 +20,7 @@ export struct LiveHorizontalCardForOneComponent {
}
Text(this.contentDTO.newsTitle)
.fontSize(
$r("app.float.font_size_14")
)
.fontSize(
15
)
.fontColor($r("app.color.color_212228"))
.fontWeight(400)
.maxLines(1)
...
...
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
View file @
1f48f63
...
...
@@ -298,7 +298,7 @@
},
{
"name"
:
"card_comp_pagePadding_tb"
,
"value"
:
"14
f
p"
"value"
:
"14
v
p"
},
{
"name"
:
"margin_116"
,
...
...
Please
register
or
login
to post a comment