style: widen match detail active tab indicator

This commit is contained in:
hajimi
2026-08-03 03:43:53 +08:00
parent 21d466f355
commit bdcb5646c2
@@ -2191,18 +2191,19 @@ onUnload(() => {
&__inner { &__inner {
min-width: 100%; min-width: 100%;
padding: 0 24rpx; padding: 0 12rpx;
display: inline-flex; display: inline-flex;
align-items: stretch; align-items: stretch;
justify-content: space-between; justify-content: space-around;
gap: 32rpx; gap: 0;
box-sizing: border-box; box-sizing: border-box;
} }
&__item { &__item {
position: relative; position: relative;
flex: 0 0 auto; flex: 1 0 120rpx;
padding: 20rpx 0; min-width: 120rpx;
padding: 18rpx 8rpx 16rpx;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@@ -2221,9 +2222,9 @@ onUnload(() => {
bottom: 0; bottom: 0;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
width: 40rpx; width: 76rpx;
height: 4rpx; height: 5rpx;
border-radius: 2rpx; border-radius: 3rpx;
background: #185dff; background: #185dff;
} }
} }