style: distribute collection tabs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user