diff --git a/components/diy_heatImg/diy_heatImg.wxss b/components/diy_heatImg/diy_heatImg.wxss index e68751e..6c49d7b 100644 --- a/components/diy_heatImg/diy_heatImg.wxss +++ b/components/diy_heatImg/diy_heatImg.wxss @@ -1,5 +1,7 @@ /* components/diy_heatImg/diy_heatImg.wxss */ .imgbox{ + display: flex; + align-items: flex-start; width: 100%; position: relative; overflow: hidden;