style: distribute collection tabs

This commit is contained in:
hajimi
2026-08-03 21:48:19 +08:00
parent 29b4913234
commit 190197e4bb
+4 -3
View File
@@ -581,8 +581,8 @@ onShow(() => {
background: #fff;
&__inner {
display: inline-flex;
min-width: 100%;
display: flex;
width: 100%;
box-sizing: border-box;
padding: 0 24rpx;
gap: 8rpx;
@@ -590,7 +590,8 @@ onShow(() => {
}
.collection-tab {
min-width: 120rpx;
min-width: 0;
flex: 1;
height: 86rpx;
display: inline-flex;
align-items: center;