This commit is contained in:
bb_pan 2025-12-17 14:38:41 +08:00
parent 90eea87b7e
commit 5678a739ed
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
<template>
<div class="equipCard" @click="cardClick">
<img :src="url" alt="" />
<img v-if="url" :src="url" alt="" />
<img v-else src="@/assets/img/no-img.png" alt="" />
<ul class="item-details">
<li style="margin: 10px 0">
<span class="item_1_span"> {{ name }} </span>

View File

@ -1259,7 +1259,7 @@ isShowPriceFun()
}
.goods-code {
margin-left: 10px;
margin-left: 60px;
display: flex;
flex-direction: column;
justify-content: space-around;