Commit 098bb9bc authored by chenqikuai's avatar chenqikuai

fix: 修复图片展示

parent a08a8665
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</div> </div>
</div> </div>
<div class="box2 ml-4 flex-shrink-0"> <div class="box2 ml-4 flex-shrink-0">
<img class="w-full h-full" :src="url" alt=""> <img class="w-full h-full object-cover" :src="url" alt="">
</div> </div>
</div> </div>
<!-- <div class="wrap23 flex-col"></div> --> <!-- <div class="wrap23 flex-col"></div> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment