Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -2,7 +2,7 @@ import { ContentDetailDTO, LiveDetailsBean } from 'wdBean/Index' | @@ -2,7 +2,7 @@ import { ContentDetailDTO, LiveDetailsBean } from 'wdBean/Index' | ||
| 2 | import { LiveCountdownComponent } from './LiveCountdownComponent' | 2 | import { LiveCountdownComponent } from './LiveCountdownComponent' |
| 3 | 3 | ||
| 4 | /** | 4 | /** |
| 5 | - * 非沉浸式---简介 | 5 | + * 非沉浸式---简介/直播间/大家聊-简介 |
| 6 | */ | 6 | */ |
| 7 | @Component | 7 | @Component |
| 8 | export struct TabInfoComponent { | 8 | export struct TabInfoComponent { |
| @@ -41,7 +41,7 @@ export struct TabInfoComponent { | @@ -41,7 +41,7 @@ export struct TabInfoComponent { | ||
| 41 | @Builder | 41 | @Builder |
| 42 | showLiveDetails() { | 42 | showLiveDetails() { |
| 43 | Text(this.contentDetailData.newIntroduction) | 43 | Text(this.contentDetailData.newIntroduction) |
| 44 | - .maxLines(5) | 44 | + // .maxLines(5) |
| 45 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 45 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 46 | .fontSize('14vp') | 46 | .fontSize('14vp') |
| 47 | .fontWeight(400) | 47 | .fontWeight(400) |
-
Please register or login to post a comment