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
806a5d73d97c8a14a8c327fe9a383a7001961b63
Authored by
yvan.ni
2023-11-03 16:55:17 +0800
1 parent
c79c9233
按钮变灰色的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app.wxss
app.wxss
View file @
806a5d7
...
...
@@ -1344,4 +1344,5 @@ checkbox .wx-checkbox-input {
1344
1344
margin-right: 16rpx;
1345
1345
}
1346
1346
1347
+.gray{ background-color:gainsboro !important; }
1347
1348
...
...