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 @@