Procházet zdrojové kódy

list分割线颜色

onecold před 1 rokem
rodič
revize
8b6e118ad9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      entry/src/main/ets/view/LocalMusic.ets

+ 1 - 1
entry/src/main/ets/view/LocalMusic.ets

@@ -2779,7 +2779,7 @@ export struct LocalMusic {
       }, (item: VideoItem) => item.filePath)
     }
     .backgroundColor($r('app.color.index_background'))
-    .divider({ strokeWidth: 1, color: this.isDarkMode? '#333333':'#ffe9f0f0' })
+    .divider({ strokeWidth: 1, color: this.isDarkMode? '333333':'#ffe9f0f0' })
     .margin({ bottom: this.isPuraWP() ? 50 : 108 })
     .cachedCount(30)
     .borderRadius(20)