Procházet zdrojové kódy

修复网盘的原因 从全部切换到艺术家没有动画效果

onecold před 6 měsíci
rodič
revize
f1a6fde465
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. 1 5
      entry/src/main/ets/view/RemoteMusicPage.ets

+ 1 - 5
entry/src/main/ets/view/RemoteMusicPage.ets

@@ -207,11 +207,7 @@ export struct RemoteMusicPage {
       selectedBackgroundColor: $r('app.color.start_window_background'),
       selectedBackgroundColor: $r('app.color.start_window_background'),
       selectedFontColor: $r('app.color.text_color'),
       selectedFontColor: $r('app.color.text_color'),
       fontSize: 14,
       fontSize: 14,
-      selectedFontSize: 15,
-      localizedTextPadding: {
-        end: LengthMetrics.vp(20),
-        start: LengthMetrics.vp(20)
-      }
+      selectedFontSize: 15
     });
     });
   }
   }
   private getCachePreviewInfo(account: WebDavAccount): CachePreviewInfo | null {
   private getCachePreviewInfo(account: WebDavAccount): CachePreviewInfo | null {