xiongzhu 4 years ago
parent
commit
92d48931f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/nine-space/src/components/product/ProductBanner.vue

+ 1 - 1
src/main/nine-space/src/components/product/ProductBanner.vue

@@ -2,7 +2,7 @@
     <div class="detail-top">
         <img src="@assets/png-bg-shangping.png" class="bg-img" />
 
-        <div class="detail-info">
+        <div class="detail-info" style="overflow-x: hidden">
             <swiper v-if="banners.length > 0" pagination class="mySwiper" centeredSlides slidesPerView="auto">
                 <swiper-slide :class="{ 'swiper-pic': !is3D(item) }" v-for="(item, index) in banners" :key="index">
                     <three-mode v-if="is3D(item)" :info="item"></three-mode>