优化:下单页面 - 价格信息样式优化 - 价格及数量上下一致
This commit is contained in:
parent
cf7825d519
commit
35114816fe
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue