diff --git a/components/article-card/article-card.vue b/components/article-card/article-card.vue index 2e09444..77255c5 100644 --- a/components/article-card/article-card.vue +++ b/components/article-card/article-card.vue @@ -157,7 +157,7 @@ export default { } &.tb_image_text { flex-direction: column; - padding: 0; + padding: 24rpx; .left { width: 100%; height: 340rpx; @@ -169,7 +169,8 @@ export default { } .right { padding-left: 0; - padding: 24rpx; + padding: 24rpx 0; + padding-bottom: 0; width: 100%; .foot { justify-content: flex-start; diff --git a/components/cache-image/cache-image.vue b/components/cache-image/cache-image.vue index 8ef7a02..7ef4429 100644 --- a/components/cache-image/cache-image.vue +++ b/components/cache-image/cache-image.vue @@ -1,5 +1,5 @@