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-21 10:43:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a7895acb554fd2f0d799eca02b027e8cd601d44
2a7895ac
1 parent
30d98f15
fix(17885):UI还原问题-【uat】进入预约直播详情页-简介没有显示全,看图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabInfoComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabInfoComponent.ets
View file @
2a7895a
...
...
@@ -2,7 +2,7 @@ import { ContentDetailDTO, LiveDetailsBean } from 'wdBean/Index'
import { LiveCountdownComponent } from './LiveCountdownComponent'
/**
* 非沉浸式---简介
* 非沉浸式---简介
/直播间/大家聊-简介
*/
@Component
export struct TabInfoComponent {
...
...
@@ -41,7 +41,7 @@ export struct TabInfoComponent {
@Builder
showLiveDetails() {
Text(this.contentDetailData.newIntroduction)
.maxLines(5)
//
.maxLines(5)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.fontSize('14vp')
.fontWeight(400)
...
...
Please
register
or
login
to post a comment