diff --git a/pages/index/index.vue b/pages/index/index.vue index a64e154e..d37c3119 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -476,17 +476,18 @@ } .item-menu-badge { - width: 42rpx; - height: 42rpx; - top: -5px; - right: -5px; + width: 36rpx; + height: 36rpx; + align-items: center; + // top: -5px; + // right: -5px; font-size: 0.6rem; background-color: #fa3534; position: absolute; right: 0; color: #fff; text-align: center; - line-height: 42rpx; + line-height: 36rpx; border-radius: 50%; }