From de6cca5bac3163ca9e73a0927291d3ddcabfaf8a Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Mon, 2 Dec 2024 18:39:45 +0800 Subject: [PATCH 1/6] =?UTF-8?q?Style=EF=BC=9A=E5=88=86=E4=BA=AB=E5=9B=BE?= =?UTF-8?q?=E7=89=87css=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/store.less | 6 +++--- pkg_product/views/famousQianxianShop.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/store.less b/assets/css/store.less index 3351917..779f558 100644 --- a/assets/css/store.less +++ b/assets/css/store.less @@ -12,7 +12,7 @@ .box-img { position: relative; width: 600rpx; - height: 832rpx; + height: 800rpx; border-radius: 40rpx; overflow: hidden; } @@ -26,8 +26,8 @@ } .main-img { - width: 600rpx; - height: 832rpx; + width: 100%; + height: 800rpx; border-radius: 40rpx; } diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 6910386..5addb48 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -602,7 +602,7 @@ class="icon" @click="closeShare" /> - + Date: Tue, 3 Dec 2024 09:22:07 +0800 Subject: [PATCH 2/6] =?UTF-8?q?Fix(=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81&?= =?UTF-8?q?=E5=AF=BB=E8=B6=A3=E5=91=B3):[#2740]=E5=88=86=E4=BA=AB=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=9A=84=E5=A4=B4=E5=83=8F=E5=8F=98=E5=BD=A2=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/store.less | 7 ++----- pagesInn/inn/innHome.vue | 7 ++++++- pkg_product/views/famousQianxianShop.vue | 1 + pkg_product/views/season.vue | 13 +++++++++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/assets/css/store.less b/assets/css/store.less index 779f558..898fc4d 100644 --- a/assets/css/store.less +++ b/assets/css/store.less @@ -9,10 +9,9 @@ } .box-share { + width: 600rpx; .box-img { position: relative; - width: 600rpx; - height: 800rpx; border-radius: 40rpx; overflow: hidden; } @@ -27,13 +26,11 @@ .main-img { width: 100%; - height: 800rpx; border-radius: 40rpx; } .btn { - width: 600rpx; - height: 120rpx; + width: 100%; margin-top: 20rpx; } } \ No newline at end of file diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue index be49a24..d306a40 100644 --- a/pagesInn/inn/innHome.vue +++ b/pagesInn/inn/innHome.vue @@ -401,10 +401,15 @@ class="icon" @click="changeShare" /> - + diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 5addb48..5f0691f 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -606,6 +606,7 @@ diff --git a/pkg_product/views/season.vue b/pkg_product/views/season.vue index d3742eb..b54ec92 100644 --- a/pkg_product/views/season.vue +++ b/pkg_product/views/season.vue @@ -158,9 +158,18 @@ export default { - + - + From b225e107e54d5e5bf0c0990c29fced1ca8e60911 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 3 Dec 2024 09:51:31 +0800 Subject: [PATCH 3/6] Eslint code --- pages/home/components/shareImg.vue | 45 ++---------------------------- 1 file changed, 3 insertions(+), 42 deletions(-) diff --git a/pages/home/components/shareImg.vue b/pages/home/components/shareImg.vue index 7a91e2f..0a90cd8 100644 --- a/pages/home/components/shareImg.vue +++ b/pages/home/components/shareImg.vue @@ -1,14 +1,11 @@