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
wangliang_wd
2024-10-28 17:59:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa5b00cb73410f61c91218f021f057c2123d922e
aa5b00cb
1 parent
791349fd
feat:优化动态详情页简介展示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
View file @
aa5b00c
...
...
@@ -229,6 +229,9 @@ export struct DynamicDetailComponent {
.maxLines(1)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.alignSelf(ItemAlign.Start)
.constraintSize({
maxWidth:`calc(100% - ${32+36+54+'vp'})`
})
.height(14)
.lineHeight(14)
}
...
...
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
aa5b00c
...
...
@@ -355,7 +355,7 @@ export struct VideoChannelPage {
}
}, (item: TopNavDTO) => item.channelId + '')
}
.position({y:3})//顶部遮罩会空出一点,临时解决
//
.position({y:3})//顶部遮罩会空出一点,临时解决
.indicator(false)
.loop(false)
.width('100%')
...
...
Please
register
or
login
to post a comment