wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code ยป
Commit
a44e7defe52a0ac048e683c872c7cbba2aa3dfef
Authored by
abson
2022-03-05 15:58:49 +0800
2 parents
54967f40
7a87b9bd
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
pages/goods/goodsList/goodsList.wxss
pages/goods/goodsList/goodsList.wxss
View file @
a44e7de
...
...
@@ -42,6 +42,8 @@ page {
42
42
}
43
43
44
44
.search_fixed {
45
+ box-sizing: border-box;
46
+ height: 114rpx;
45
47
position: sticky;
46
48
top: 0;
47
49
/* width: 95%; */
...
...