This commit is contained in:
parent
90eea87b7e
commit
5678a739ed
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1259,7 +1259,7 @@ isShowPriceFun()
|
|||
}
|
||||
|
||||
.goods-code {
|
||||
margin-left: 10px;
|
||||
margin-left: 60px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
|
|
|
|||
Loading…
Reference in New Issue