Commit 8cb58a4c27bc44d8c6208e2b20b8ad5a0872fad8

Authored by Andy
1 parent a13abe8f

停车服务 bug修复

Showing 1 changed file with 1 additions and 0 deletions
src/views/center.vue
@@ -54,6 +54,7 @@ export default { @@ -54,6 +54,7 @@ export default {
54 <style scoped lang="scss"> 54 <style scoped lang="scss">
55 .banner { 55 .banner {
56 background: url("../assets/center/center.png") no-repeat; 56 background: url("../assets/center/center.png") no-repeat;
  57 + background-size: 100% 100%;
57 } 58 }
58 59
59 .des-wrap { 60 .des-wrap {