소스 검색

实现悬浮歌词功能

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() {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.