Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -93,7 +93,8 @@ export struct CardMediaInfo { | @@ -93,7 +93,8 @@ export struct CardMediaInfo { | ||
| 93 | .fontFamily('BebasNeue') | 93 | .fontFamily('BebasNeue') |
| 94 | 94 | ||
| 95 | } | 95 | } |
| 96 | - } .margin({ left: 68,top: 135}) | 96 | + } |
| 97 | + // .margin({ left: 68,top: 135}) | ||
| 97 | } else if (this.contentDTO.objectType === '2') { | 98 | } else if (this.contentDTO.objectType === '2') { |
| 98 | // liveInfo.liveState 直播新闻-直播状态 wait待开播running直播中end已结束cancel已取消paused暂停 | 99 | // liveInfo.liveState 直播新闻-直播状态 wait待开播running直播中end已结束cancel已取消paused暂停 |
| 99 | // 显示直播信息 | 100 | // 显示直播信息 |
| @@ -191,7 +192,7 @@ export struct CardMediaInfo { | @@ -191,7 +192,7 @@ export struct CardMediaInfo { | ||
| 191 | .mediaTextImgtype() | 192 | .mediaTextImgtype() |
| 192 | .fontFamily('BebasNeue') | 193 | .fontFamily('BebasNeue') |
| 193 | } | 194 | } |
| 194 | - .margin({ left: 80,top: 55}) | 195 | + // .margin({ left: 80,top: 55}) |
| 195 | 196 | ||
| 196 | } else if (this.contentDTO.objectType === '13') { | 197 | } else if (this.contentDTO.objectType === '13') { |
| 197 | // 显示音频信息 | 198 | // 显示音频信息 |
-
Please register or login to post a comment