|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view>
|
|
|
+ <view style="background-color: white">
|
|
|
<view class="all-products-body" v-for="(item, index) in grouponOrderData.goodsInfos" :key="index">
|
|
|
<view class="all-products-item">
|
|
|
<image
|
|
@@ -1884,7 +1884,6 @@ export default {
|
|
|
}
|
|
|
|
|
|
.all-products-body {
|
|
|
- margin-top: 30rpx;
|
|
|
|
|
|
.all-products-item {
|
|
|
display: flex;
|
|
@@ -2043,7 +2042,6 @@ export default {
|
|
|
padding: 0 30rpx;
|
|
|
/*width: 100%;*/
|
|
|
background: #FFF7F8;
|
|
|
- border: 1px solid dashed #333333;
|
|
|
height: 60rpx;
|
|
|
line-height: 60rpx;
|
|
|
margin: 20rpx;
|