Browse Source

品牌图片出现黑线问题

huangb 6 years ago
parent
commit
0fe694069d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/brandCenter/RecommendBrand.vue

+ 2 - 2
components/brandCenter/RecommendBrand.vue

@@ -21,7 +21,7 @@
     data () {
       return {
         swiperOption: {
-          // autoplay: 6000,
+          autoplay: 6000,
           pagination: '.swiper-pagination',
           paginationClickable: true,
           mousewheelControl: false,
@@ -81,7 +81,7 @@
           display: flex;
           img {
             width: 955px;
-            height: 400px;
+            /*height: 400px;*/
             /*border: 1px solid #ccc;*/
             border-radius: 5px;
           }