Преглед изворни кода

去掉开屏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)