Fix:4671 【旅居商城小程序】分类总长度超出页面时,在不划动的情况下,最左侧文本也会被顶出页面(机型:苹果12,在不划动分类的情况下,最左侧文本应顶格显示)

This commit is contained in:
LinCyJang
2025-11-30 12:09:39 +08:00
parent 7f9b228f64
commit ef3cd4a610
+1 -1
View File
@@ -140,7 +140,7 @@ export default{
}
.tabs-wrap{
overflow: auto;
justify-content: space-around;
justify-content: justify-between;
}
.tab-item{
margin-right: 20rpx;