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
f53763d3a3c301ffdf556c5435c2a8ee6e661777
Authored by
前端开发-罗建龙
2024-05-16 18:14:31 +0800
1 parent
47186c10
热区样式优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
components/diy_heatImg/diy_heatImg.wxss
components/diy_heatImg/diy_heatImg.wxss
View file @
f53763d
1
1
/* components/diy_heatImg/diy_heatImg.wxss */
2
2
.imgbox{
3
+ display: flex;
4
+ align-items: flex-start;
3
5
width: 100%;
4
6
position: relative;
5
7
overflow: hidden;
...
...