Commit 160faa85a931b6a7578827dad3acbd426a04b38e

Authored by 后端研发-倪永富
1 parent fabaab15

闪屏样式修改

components/full_screen/full_screen.wxss
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 width: 100%; 5 width: 100%;
6 height: 100%; 6 height: 100%;
7 background-position: center; 7 background-position: center;
8 - background-size: cover; 8 + background-size: 100% 100%;
9 background-repeat: no-repeat; 9 background-repeat: no-repeat;
10 } 10 }
11 11