From 160faa85a931b6a7578827dad3acbd426a04b38e Mon Sep 17 00:00:00 2001 From: taiyuan Date: Fri, 26 Feb 2021 14:16:01 +0800 Subject: [PATCH] 闪屏样式修改 --- components/full_screen/full_screen.wxss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/full_screen/full_screen.wxss b/components/full_screen/full_screen.wxss index 0ed3e59..f6dde99 100644 --- a/components/full_screen/full_screen.wxss +++ b/components/full_screen/full_screen.wxss @@ -5,7 +5,7 @@ width: 100%; height: 100%; background-position: center; - background-size: cover; + background-size: 100% 100%; background-repeat: no-repeat; } -- libgit2 0.21.4