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
3711c69615fe923633c2fe033cd0468409238d8b
Authored by
前端开发-罗建龙
2024-01-22 14:27:33 +0800
1 parent
337ecb0d
组件img 样式优化
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
components/add_purchase/add_purchase.wxml
components/add_purchase/add_purchase.wxss
components/add_purchase/add_purchase.wxml
View file @
3711c69
1
1
<!--components/add_purchase/add_purchase.wxml-->
2
2
3
-<view
>
3
+<view
class="add_purchase"
>
4
4
<view class="cover-layer"></view>
5
5
<view class="spec-model">
6
6
<view class="pding">
...
...
components/add_purchase/add_purchase.wxss
View file @
3711c69
...
...
@@ -18,7 +18,7 @@
18
18
padding-top: 80rpx;
19
19
}
20
20
21
-
image {
21
+
.add_purchase
image {
22
22
vertical-align: top;
23
23
}
24
24
.rules {
...
...