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 18:16:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a8adabf504c3d64d7fc5863cdf6a3d92bd953231
a8adabf5
1 parent
b25903a1
fix: fix: 小视频卡修改部分
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
sight_harmony/AppScope/resources/base/element/float.json
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
sight_harmony/AppScope/resources/base/element/float.json
View file @
a8adabf
...
...
@@ -54,7 +54,7 @@
},
{
"name"
:
"font_size_18"
,
"value"
:
"18
v
p"
"value"
:
"18
f
p"
},
{
"name"
:
"font_size_24"
,
...
...
@@ -298,7 +298,7 @@
},
{
"name"
:
"card_comp_pagePadding_tb"
,
"value"
:
"14
v
p"
"value"
:
"14
f
p"
},
{
"name"
:
"margin_116"
,
...
...
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
View file @
a8adabf
...
...
@@ -203,7 +203,7 @@ export struct ZhSingleRow02 {
})
}
.justifyContent(FlexAlign.SpaceBetween)
.margin({
top: 8, bottom: 8
})
.margin({
bottom: 10
})
.width('100%')
}
}
...
...
@@ -248,7 +248,7 @@ struct CreatorItem {
.borderRadius(5)
Text(this.item.newsTitle)
.fontColor(0xffffff)
.fontSize(1
4
)
.fontSize(1
5
)
.maxLines(2)
.textOverflow({overflow: TextOverflow.Ellipsis})
.width(140)
...
...
@@ -260,7 +260,7 @@ struct CreatorItem {
.width(156)
.height(208)
.borderColor($r('app.color.color_EDEDED'))
.borderRadius(
$r('app.float.image_border_radius')
)
.borderRadius(
4
)
}
.onClick((event: ClickEvent) => {
InfomationCardClick.track(this.compDTO, this.item, this.pageId, this.pageName)
...
...
Please
register
or
login
to post a comment