فهرست منبع

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan 3 سال پیش
والد
کامیت
3eb94f29c0
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      src/components/product/ProductBanner.vue

+ 5 - 5
src/components/product/ProductBanner.vue

@@ -31,8 +31,8 @@
                     <van-image
                         v-else
                         :src="getImg(item.url, '', 1200)"
-                        width="calc(100vw - 150px)"
-                        height="calc(100vw - 150px)"
+                        width="calc(100vw - 110px)"
+                        height="calc(100vw - 110px)"
                         fit="contain"
                     />
                 </swiper-slide>
@@ -210,8 +210,8 @@ export default {
         padding: 5px;
         overflow: hidden;
         .detail-animate();
-        width: calc(100vw - 150px);
-        height: calc(100vw - 150px);
+        width: calc(100vw - 110px);
+        height: calc(100vw - 110px);
         margin-bottom: 20px;
         .swiper-slide {
             display: flex;
@@ -246,7 +246,7 @@ export default {
 }
 .share-content-one{
     display: flex;
-    margin-top: 30px;
+    // margin-top: 30px;
 }
 .share-icon {
     img {