From 5d4fee524aa37988e266f9b37bf82ed4498ca7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E5=9F=8E?= <17521612761@163.com> Date: Mon, 21 Oct 2024 19:22:47 +0800 Subject: [PATCH 01/15] =?UTF-8?q?uniapp=E3=80=90=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=EF=BC=88sku=E6=A8=A1=E5=9D=97=EF=BC=89=EF=BC=9Asku?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=A7=84=E6=A0=BC=E7=BB=99=E6=9C=80=E9=AB=98?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=EF=BC=8C=E8=B6=85=E5=87=BA=E6=BB=91=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/goods-detail-sku/goods-detail-sku.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/components/goods-detail/components/goods-detail-sku/goods-detail-sku.scss b/CoreCms.Net.Uni-App/CoreShop/pages/components/goods-detail/components/goods-detail-sku/goods-detail-sku.scss index ca5558a9..5a7e3538 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/components/goods-detail/components/goods-detail-sku/goods-detail-sku.scss +++ b/CoreCms.Net.Uni-App/CoreShop/pages/components/goods-detail/components/goods-detail-sku/goods-detail-sku.scss @@ -51,6 +51,8 @@ display: flex; flex-wrap: wrap; gap: 25rpx; + max-height: 500rpx; + overflow-y: scroll; .tag { position: relative; font-size: 27rpx; @@ -58,6 +60,7 @@ border: 1rpx solid #6e737d; border-radius: 15rpx; text-align: center; + height: max-content; .icon-select { position: absolute; right: 0; From 5a83563b1ff4871ece0888ab19e9a95dafca7626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?21=E4=B8=96=E7=BA=AA=E5=B0=8F=E5=85=AB=E8=B7=AF?= <2529156631@qq.com> Date: Tue, 22 Oct 2024 00:27:17 +0800 Subject: [PATCH 02/15] =?UTF-8?q?uniapp=E3=80=90=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=90=8C=E6=AD=A5=E5=AF=BC?= =?UTF-8?q?=E8=A1=8C=E6=A0=8F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/components/coreshop-navbar/coreshop-navbar.vue | 4 +++- .../coreshop-page-content/coreshop-page-content.vue | 2 +- .../CoreShop/components/coreshop-page/coreshop-page.vue | 2 +- CoreCms.Net.Uni-App/CoreShop/core/hooks/systemInfo.ts | 6 +++++- CoreCms.Net.Uni-App/CoreShop/pages/home/home.vue | 2 +- .../pages/subpackage/activity/pinTuan/list/list.scss | 3 +-- .../pages/subpackage/activity/seckill/list/list.scss | 5 +++-- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-navbar/coreshop-navbar.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-navbar/coreshop-navbar.vue index 2543d339..7b124362 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-navbar/coreshop-navbar.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-navbar/coreshop-navbar.vue @@ -1,5 +1,5 @@