wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
160faa85a931b6a7578827dad3acbd426a04b38e
Authored by
后端研发-倪永富
2021-02-26 14:16:01 +0800
1 parent
fabaab15
闪屏样式修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components/full_screen/full_screen.wxss
components/full_screen/full_screen.wxss
View file @
160faa8
...
...
@@ -5,7 +5,7 @@
5
5
width: 100%;
6
6
height: 100%;
7
7
background-position: center;
8
- background-size:
cover
;
8
+ background-size:
100% 100%
;
9
9
background-repeat: no-repeat;
10
10
}
11
11
...
...