优化:下单页面 - 价格信息样式优化 - 价格及数量上下一致

This commit is contained in:
wuhui_zzw 2023-08-31 11:40:41 +08:00
parent cf7825d519
commit 35114816fe
1 changed files with 6 additions and 1 deletions

View File

@ -107,6 +107,7 @@
.logistics-content{
width: 80px;
margin-left: 20px;
cursor: pointer;
-webkit-user-select: none; /* Safari */
@ -117,6 +118,10 @@
.logistics-content i{
margin-left: 3px;
}
.other-amount-format{
margin-right: 100px;
}
</style>
<div class="container {{ request('iframe') ? 'pt-4' : '' }}" id="product-app" v-cloak>
<div class="row mb-5 mt-3 mt-md-0" id="product-top">
@ -392,7 +397,7 @@
</template>
<template v-else>
<span>@{{ item.title }}</span>
<span>@{{ item.amount_format }}</span>
<span class="other-amount-format">@{{ item.amount_format }}</span>
</template>
</li>