From b3329208d9342df0772ba2cf2dcdcacac66bfde8 Mon Sep 17 00:00:00 2001 From: 15093570141 <141405260+17521612761@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:27:18 +0800 Subject: [PATCH] =?UTF-8?q?uniapp=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91:=20?= =?UTF-8?q?=E9=80=82=E9=85=8Dapp=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/coreshop-article/coreshop-article.scss | 7 +++---- .../components/coreshop-article/coreshop-article.vue | 2 +- .../coreshop-goods-card/coreshop-goods-card.scss | 3 ++- .../home-article-classify/home-article-classify.scss | 1 + .../components/home-service-good/home-service-good.scss | 3 +-- .../pages/subpackage/member/invite/invite/invite.scss | 6 +++--- .../CoreShop/pages/subpackage/member/set/index/index.vue | 2 +- .../CoreShop/pages/subpackage/merchant/index/index.scss | 4 ++-- .../CoreShop/pages/subpackage/merchant/index/index.vue | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-article/coreshop-article.scss b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-article/coreshop-article.scss index 76bf49d7..ee0e23ac 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-article/coreshop-article.scss +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-article/coreshop-article.scss @@ -1,7 +1,6 @@ -.article-box { +.layout-article-box { display: flex; justify-content: space-between; - .article-img { display: flex; @@ -17,8 +16,7 @@ margin-left: 20rpx; justify-content: space-between; display: flex; - flex-direction: column; - + flex-direction: column; .title { height: 80rpx; overflow: hidden; @@ -30,6 +28,7 @@ height: 96rpx; overflow: hidden; font-size: 24rpx; + line-height: 32rpx; color: #999; } } diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-article/coreshop-article.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-article/coreshop-article.vue index c2cbc48d..1435824d 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-article/coreshop-article.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-article/coreshop-article.vue @@ -1,5 +1,5 @@