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
wuyanan
2024-07-30 18:28:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db33b99713824e2c563fde2f29d45c0ab91ced8f
db33b997
1 parent
c8400414
ref |> 直播间视频消息添加灰色蒙层,与安卓保持一致
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabLiveItemComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabLiveItemComponent.ets
View file @
db33b99
...
...
@@ -127,6 +127,15 @@ export struct TabLiveItemComponent {
.objectFit(ImageFit.Cover)
.borderRadius(4)
.id('iv_id')
Row()
.backgroundColor('#30000000')
.borderRadius(4)
.alignRules({
left: { anchor: "iv_id", align: HorizontalAlign.Start },
right: { anchor: "iv_id", align: HorizontalAlign.End },
top: { anchor: "iv_id", align: VerticalAlign.Top },
bottom: { anchor: "iv_id", align: VerticalAlign.Bottom }
})
Stack() {
Row()
.borderRadius(90)
...
...
Please
register
or
login
to post a comment