wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c468d000764be64b2e56ca8b64259d2216899191
Authored by
前端开发-罗建龙
2023-06-26 18:19:19 +0800
1 parent
aae54ecf
优化样式
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.wxss
pages/goods/goodsInfo/goodsInfo.wxss
View file @
c468d00
...
...
@@ -3459,7 +3459,8 @@ margin: auto; */
3459
3459
3460
3460
/* 门店分类列表 */
3461
3461
.sort_store_list {
3462
- max-height: 700rpx;
3462
+ max-height: 700rpx;
3463
+ min-height: 600rpx;
3463
3464
overflow: hidden;
3464
3465
overflow-y: scroll;
3465
3466
width: 95%;
...
...