|
|
@@ -312,7 +312,7 @@ export struct LyricView2 {
|
|
|
.visibility(this.isSingleLine?
|
|
|
(index >= this.currentIndex && index <= this.currentIndex + 1 ? Visibility.Visible : Visibility.None)
|
|
|
: Visibility.Visible)
|
|
|
- .width(this.alignMode == 'center' ? '95%' : '85%')
|
|
|
+ .width(this.alignMode == 'center' ? '100%' :index == this.currentIndex ?'100%': '80%')
|
|
|
|
|
|
// 中文翻译(整行显示)
|
|
|
if (item.translation) {
|
|
|
@@ -335,7 +335,7 @@ export struct LyricView2 {
|
|
|
index == this.currentIndex ? BlendMode.DST_IN : undefined,
|
|
|
index == this.currentIndex ? BlendApplyType.OFFSCREEN : undefined
|
|
|
)
|
|
|
- .width(this.alignMode == 'center' ? '95%' : '85%')
|
|
|
+ .width(this.alignMode == 'center' ? '100%' :index == this.currentIndex ?'100%': '80%')
|
|
|
|
|
|
}
|
|
|
}
|