diff --git a/sub-operation-service/src/views/shoppingCarts/shoppingCarts.vue b/sub-operation-service/src/views/shoppingCarts/shoppingCarts.vue index b30e70f..eb54efa 100644 --- a/sub-operation-service/src/views/shoppingCarts/shoppingCarts.vue +++ b/sub-operation-service/src/views/shoppingCarts/shoppingCarts.vue @@ -86,6 +86,10 @@ 结算 + @@ -152,7 +156,6 @@ let datalist = reactive([ onMounted(() => { shoppingCart(page).then((res) => { - console.log(res.data.records); data.value = res.data.records; addIsCheckProperty(data); }); @@ -446,7 +449,19 @@ function removeCheckedItems(data) { } } } + .pagination { + padding-left: 20px; + align-items: center; + display: flex; + z-index: 999; + width: 65%; + height: 40px; + background-color: #fff; + position: fixed; + bottom: 38px; + } .fix-bottom { + // bottom: 30px; bottom: 0; display: inline-flex; justify-content: space-between;