onecold пре 1 година
родитељ
комит
ed9b7ea789
2 измењених фајлова са 446 додато и 171 уклоњено
  1. 445 170
      entry/src/main/ets/view/LocalMusic.ets
  2. 1 1
      lib/src/main/ets/view/LyricView2.ets

Разлика између датотеке није приказан због своје велике величине
+ 445 - 170
entry/src/main/ets/view/LocalMusic.ets


+ 1 - 1
lib/src/main/ets/view/LyricView2.ets

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

Неке датотеке нису приказане због велике количине промена