This commit is contained in:
bb_pan 2025-12-18 17:46:55 +08:00
parent 9d52c12e04
commit ff3894d603
1 changed files with 3 additions and 2 deletions

View File

@ -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;