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-20 18:57:40 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
50635a2a1eae3311bed47a34710cfaa201c48103
50635a2a
2 parents
6073e341
3c34c5e5
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
sight_harmony/AppScope/resources/base/media/icon_search_gray.png
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card20Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
sight_harmony/AppScope/resources/base/media/icon_search_gray.png
0 → 100644
View file @
50635a2
1.03 KB
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card20Component.ets
View file @
50635a2
...
...
@@ -153,6 +153,11 @@ struct createImg {
.width(CommonConstants.FULL_WIDTH)
.aspectRatio(16 / 9)
.borderRadius($r('app.float.image_border_radius'))
.border({
width: 0.5,
color: '#0D000000', // 5% 透明度的黑色
style: BorderStyle.Solid
})
CardMediaInfo({ contentDTO: this.contentDTO })
}
.align(Alignment.BottomEnd)
...
...
@@ -171,6 +176,11 @@ struct createImg {
.width(CommonConstants.FULL_WIDTH)
.borderRadius($r('app.float.image_border_radius'))
.aspectRatio(172 / 230)
.border({
width: 0.5,
color: '#0D000000', // 5% 透明度的黑色
style: BorderStyle.Solid
})
CardMediaInfo({ contentDTO: this.contentDTO })
}
.align(Alignment.BottomEnd)
...
...
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
View file @
50635a2
...
...
@@ -40,8 +40,8 @@ export struct ZhGridLayout03 {
})
}
.padding({
left: 16,
right: 16,
left: 0,
right: 0,
top: $r('app.float.card_comp_pagePadding_tb'),
bottom: $r('app.float.card_comp_pagePadding_tb')
})
...
...
Please
register
or
login
to post a comment