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-06-27 09:50:07 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
e88b7ce587f3398321329f2175578fd4cdeab2b6
e88b7ce5
2 parents
3ab9752a
77d5f037
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
sight_harmony/products/phone/src/main/ets/pages/view/AudioComponent.ets
sight_harmony/products/phone/src/main/resources/base/media/icon_audio_close.png
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
View file @
e88b7ce
...
...
@@ -441,7 +441,7 @@ export struct PaperSingleColumn999CardView {
Stack({ alignContent: Alignment.BottomEnd }) {
Image(this.item?.coverUrl)
.borderRadius(5)
.objectFit(ImageFit.
Fill
)
.objectFit(ImageFit.
Cover
)
.aspectRatio(16 / 10) ///图片设计比例
.padding({ top: 10 })
//视频
...
...
sight_harmony/products/phone/src/main/ets/pages/view/AudioComponent.ets
View file @
e88b7ce
...
...
@@ -168,8 +168,8 @@ struct Index {
}))
Image($r("app.media.icon_audio_close"))
.objectFit(ImageFit.Contain)
.width(24)
.height(24)
.width(32)
.height(32)
.gesture(
TapGesture()
.onAction((event: GestureEvent) => {
...
...
sight_harmony/products/phone/src/main/resources/base/media/icon_audio_close.png
View file @
e88b7ce
927 Bytes
|
W:
|
H:
872 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
Please
register
or
login
to post a comment