BJ_web_developers
/
HSpark
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
8cb58a4c27bc44d8c6208e2b20b8ad5a0872fad8
Authored by
Andy
2019-08-09 09:52:26 +0800
1 parent
a13abe8f
停车服务 bug修复
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/center.vue
src/views/center.vue
View file @
8cb58a4
...
...
@@ -54,6 +54,7 @@ export default {
54
54
<style scoped lang="scss">
55
55
.banner {
56
56
background: url("../assets/center/center.png") no-repeat;
57
+ background-size: 100% 100%;
57
58
}
58
59
59
60
.des-wrap {
...
...