diff --git a/assets/css/style.less b/assets/css/style.less index a8fc99a..9c4c3f3 100644 --- a/assets/css/style.less +++ b/assets/css/style.less @@ -8267,6 +8267,7 @@ rich-text { display: flex; align-items: center; justify-content: center; + line-height: 40rpx; } .draw-ticket-icon { diff --git a/pkg-video/views/county-claim-address.vue b/pkg-video/views/county-claim-address.vue index 6d3ace6..fb7925e 100644 --- a/pkg-video/views/county-claim-address.vue +++ b/pkg-video/views/county-claim-address.vue @@ -750,7 +750,7 @@ export default { border: 4rpx solid #333; border-radius: 50%; font-size: 32rpx; - line-height: 38rpx; + line-height: 44rpx; text-align: center; color: #333; font-weight: 700;