瀏覽代碼

去掉开屏logo白色背景

chendeben 1 年之前
父節點
當前提交
b82ab0d466
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      entry/src/main/ets/pages/SplashIndex.ets

+ 1 - 1
entry/src/main/ets/pages/SplashIndex.ets

@@ -386,7 +386,7 @@ struct  SplashIndex{
         .width('100%')
         .margin({bottom:30})
         .justifyContent(FlexAlign.Center)
-        .backgroundColor(Color.White)
+        // .backgroundColor(Color.White)
 
       }
       .justifyContent(FlexAlign.Center)