From f53763d3a3c301ffdf556c5435c2a8ee6e661777 Mon Sep 17 00:00:00 2001 From: luo <17530855@qq.com> Date: Thu, 16 May 2024 18:14:31 +0800 Subject: [PATCH] 热区样式优化 --- components/diy_heatImg/diy_heatImg.wxss | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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; -- libgit2 0.21.4