diff --git a/uniapp/src/pages/match_detail/match_detail.vue b/uniapp/src/pages/match_detail/match_detail.vue index 17549eb..3e32903 100644 --- a/uniapp/src/pages/match_detail/match_detail.vue +++ b/uniapp/src/pages/match_detail/match_detail.vue @@ -2191,18 +2191,19 @@ onUnload(() => { &__inner { min-width: 100%; - padding: 0 24rpx; + padding: 0 12rpx; display: inline-flex; align-items: stretch; - justify-content: space-between; - gap: 32rpx; + justify-content: space-around; + gap: 0; box-sizing: border-box; } &__item { position: relative; - flex: 0 0 auto; - padding: 20rpx 0; + flex: 1 0 120rpx; + min-width: 120rpx; + padding: 18rpx 8rpx 16rpx; display: inline-flex; align-items: center; justify-content: center; @@ -2221,9 +2222,9 @@ onUnload(() => { bottom: 0; left: 50%; transform: translateX(-50%); - width: 40rpx; - height: 4rpx; - border-radius: 2rpx; + width: 76rpx; + height: 5rpx; + border-radius: 3rpx; background: #185dff; } }