Browse Source

修改slice顶部样式

郭超 4 years ago
parent
commit
df2618ca9f
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/App.vue

+ 4 - 3
src/App.vue

@@ -101,8 +101,9 @@ export default {
   }
   .home-slice {
     width: 100%;
-    height: 170px;
-    background-image: url("./assets/img/homeSlice.png");
-    background-size: 100% 100%
+    height: 150px;
+    /*background-image: url("./assets/img/homeSlice.png");*/
+    background-size: 100% 200%;
+
   }
 </style>