xiongzhu 4 ani în urmă
părinte
comite
92d48931f1

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

@@ -2,7 +2,7 @@
     <div class="detail-top">
     <div class="detail-top">
         <img src="@assets/png-bg-shangping.png" class="bg-img" />
         <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 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">
                 <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>
                     <three-mode v-if="is3D(item)" :info="item"></three-mode>