diff --git a/packages/shop/index/index.css b/packages/shop/index/index.css index 3bfad84c..7ed9c50f 100644 --- a/packages/shop/index/index.css +++ b/packages/shop/index/index.css @@ -336,7 +336,8 @@ page { } .CateList_Item { - min-width: 110rpx; + /* min-width: 110rpx; */ + width: auto; height: 40rpx; background: #F6F7FB; border-radius: 10rpx 10rpx 10rpx 10rpx;