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
556d1d4514e5bcd6a8f549f697610c9a73928f92
Authored by
yvan.ni
2021-09-14 10:44:58 +0800
1 parent
f6d2dc3b
遮挡的样式的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart/cart.wxss
pages/cart/cart/cart.wxss
View file @
556d1d4
...
...
@@ -157,7 +157,7 @@ radio {
157
157
font-size: 28rpx;
158
158
color: #666;
159
159
background-color: rgb(255, 255, 255);
160
- z-index:
2
;
160
+ z-index:
1999
;
161
161
border-top: 1rpx solid rgb(236, 236, 236);
162
162
border-bottom: 1rpx solid rgb(236, 236, 236);
163
163
...
...