Commit d93b5df9 authored by 王玉鑫's avatar 王玉鑫

fix: 首页vricon

parent 7bf9d401
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
:src="item.imgUrl" :src="item.imgUrl"
alt="" alt=""
/> />
<div v-if="!item.isVr" class="absolute bottom-2 left-2"> <div v-if="item.isVr" class="absolute bottom-2 left-2">
<img class="h-[45px] w-[45px] rounded-[50%]" src="@/assets/images/vr-icon.png" /> <img class="h-[45px] w-[45px] rounded-[50%]" src="@/assets/images/vr-icon.png" />
</div> </div>
</div> </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