diff --git a/uniapp/src/packages_community/components/post-card.vue b/uniapp/src/packages_community/components/post-card.vue index fa16e01..50a7090 100644 --- a/uniapp/src/packages_community/components/post-card.vue +++ b/uniapp/src/packages_community/components/post-card.vue @@ -11,7 +11,8 @@ - + @@ -22,7 +23,7 @@ {{ formatTime(post.create_time) }} - + 免费 @@ -220,6 +221,11 @@ const formatCount = (value: any) => { display: flex; align-items: center; min-width: 0; + + &--corner-status { + padding-right: 132rpx; + box-sizing: border-box; + } } &__avatar { @@ -293,6 +299,13 @@ const formatCount = (value: any) => { gap: 15rpx; margin-left: 14rpx; flex-shrink: 0; + + &--corner { + position: absolute; + top: 26rpx; + right: 26rpx; + margin-left: 0; + } } &__price { color: #7653d6; background: #f1edff; }