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-05-08 19:22:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8a7b8eeee27058e2168d924a3ee277e907f885dc
8a7b8eee
1 parent
1abcc2e3
fix: ui debug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card20Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
View file @
8a7b8ee
...
...
@@ -83,7 +83,7 @@ export struct Card19Component {
Text(this.contentDTO.newsTitle)
.fontSize($r('app.float.font_size_17'))
.fontColor($r('app.color.color_222222'))
.textOverflowStyle(
2
)
.textOverflowStyle(
3
)
.margin({ bottom: 8 })
.width(CommonConstants.FULL_WIDTH)
.onClick((event: ClickEvent) => {
...
...
@@ -191,12 +191,12 @@ struct createImg {
if (this.getPicType() === 1) {
Image(item.fullUrl)
.width('100%')
.height(172)
//
.height(172)
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
} else if (this.getPicType() === 2) {
Image(item.fullUrl)
.width('100%')
//
.width('100%')
.height(305)
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card20Component.ets
View file @
8a7b8ee
...
...
@@ -57,7 +57,7 @@ export struct Card20Component {
.fontSize($r('app.float.font_size_17'))
.fontColor($r('app.color.color_222222'))
.width(CommonConstants.FULL_WIDTH)
.textOverflowStyle(
2
)
.textOverflowStyle(
3
)
.margin({ bottom: 8 })
.lineHeight(20)
}
...
...
Please
register
or
login
to post a comment