|
@@ -311,7 +311,7 @@ export struct LyricView2 {
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
.justifyContent(this.alignMode === 'center' ? FlexAlign.Center : FlexAlign.Start)
|
|
.justifyContent(this.alignMode === 'center' ? FlexAlign.Center : FlexAlign.Start)
|
|
|
- .width(this.alignMode == 'center' ? '100%' : '76%')
|
|
|
|
|
|
|
+ .width(this.alignMode == 'center' ? '100%' : '95%')
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private handleSeekAction() {
|
|
private handleSeekAction() {
|