components/noticeList/tagCell.vue
@@ -1,6 +1,6 @@ <template> <view class=""> <view class="tag-cell f-24 c-main"> <view class="tag-cell f-20 c-main"> {{text}} </view> </view> @@ -18,7 +18,7 @@ <style scoped> .tag-cell{ padding:3rpx 10rpx; padding:2rpx 5rpx; border-radius:30rpx; background-color: rgb(236,244,255); border:1px solid currentColor;