调整点餐页面样式,增加限时折扣倒计时
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</view>
|
||||
</view> -->
|
||||
<scroll-view scroll-y class="scroll-view">
|
||||
<view class="list-wrap">
|
||||
<view class="list-wrap" :class="[nextFullAmountActivty?'pb-20': '']">
|
||||
<view v-if="cartList.length > 0">
|
||||
<view class="ShoppingCart flex-between">
|
||||
<view> 购物车 </view>
|
||||
@@ -142,6 +142,9 @@ import * as orderUtils from "@/utils/order-utils.js";
|
||||
const emits = defineEmits(["customevent", "close", "clickcancelOrder"]);
|
||||
|
||||
const props = defineProps({
|
||||
nextFullAmountActivty: {
|
||||
type: Object,
|
||||
},
|
||||
cartList: {
|
||||
type: Array,
|
||||
},
|
||||
@@ -361,7 +364,9 @@ const cartclear = () => {
|
||||
|
||||
.list-wrap {
|
||||
padding: 0 28rpx;
|
||||
|
||||
&.pb-20{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.ShoppingCart {
|
||||
font-size: 30rpx;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user