This commit is contained in:
parent
9d52c12e04
commit
ff3894d603
|
|
@ -3,7 +3,7 @@
|
|||
<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">
|
||||
<li style="margin: 10px 0; display: flex; justify-content: space-between;">
|
||||
<span class="item_1_span"> {{ name }} </span>
|
||||
<!-- <span>({{ typeName }})</span> -->
|
||||
<span class="item_2_span">
|
||||
|
|
@ -156,9 +156,10 @@ isShowPriceFun()
|
|||
.item_1_span {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
width: 210px;
|
||||
width: 250px;
|
||||
}
|
||||
.item_2_span {
|
||||
font-size: 14px;
|
||||
margin-left: 20px;
|
||||
padding: 4px 10px;
|
||||
color: #005af2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue