Showing
2 changed files
with
6 additions
and
6 deletions
| @@ -213,12 +213,12 @@ export struct PlayUIComponent { | @@ -213,12 +213,12 @@ export struct PlayUIComponent { | ||
| 213 | LottieView({ | 213 | LottieView({ |
| 214 | name: 'live_status_wait', | 214 | name: 'live_status_wait', |
| 215 | path: "lottie/live_detail_living.json", | 215 | path: "lottie/live_detail_living.json", |
| 216 | - lottieWidth: 9, | ||
| 217 | - lottieHeight: 9, | 216 | + lottieWidth: 12, |
| 217 | + lottieHeight: 12, | ||
| 218 | autoplay: true, | 218 | autoplay: true, |
| 219 | loop: true, | 219 | loop: true, |
| 220 | }) | 220 | }) |
| 221 | - .margin({ right: 2 }) | 221 | + .margin({ right: 3 }) |
| 222 | } | 222 | } |
| 223 | 223 | ||
| 224 | Text('直播中') | 224 | Text('直播中') |
| @@ -121,12 +121,12 @@ export struct PlayerTitleComponent { | @@ -121,12 +121,12 @@ export struct PlayerTitleComponent { | ||
| 121 | LottieView({ | 121 | LottieView({ |
| 122 | name: 'live_status_wait', | 122 | name: 'live_status_wait', |
| 123 | path: "lottie/live_detail_living.json", | 123 | path: "lottie/live_detail_living.json", |
| 124 | - lottieWidth: 9, | ||
| 125 | - lottieHeight: 9, | 124 | + lottieWidth: 12, |
| 125 | + lottieHeight: 12, | ||
| 126 | autoplay: true, | 126 | autoplay: true, |
| 127 | loop: true, | 127 | loop: true, |
| 128 | }) | 128 | }) |
| 129 | - .margin({ right: 2 }) | 129 | + .margin({ right: 3 }) |
| 130 | }.margin({ right: 1 }) | 130 | }.margin({ right: 1 }) |
| 131 | 131 | ||
| 132 | // Image($r('app.media.icon_live_status_running')) | 132 | // Image($r('app.media.icon_live_status_running')) |
-
Please register or login to post a comment