guo 2 anos atrás
pai
commit
0805f58954

+ 1 - 1
pages/index/discountCard.vue

@@ -302,7 +302,7 @@
 	}
 	.couponlineTopImg{
 		width: 118rpx;
-		height: 86rpx;
+		height: 100rpx;
 		position: absolute;
 		top: -24rpx;
 		right: 0;

+ 18 - 10
pages/user/checkReport.vue

@@ -142,16 +142,24 @@
 		border-radius: 4rpx;
 		height: 36rpx;
 	}
-
-	.shopName,
-	.itemContent {
-		color: #666666;
-		font-size: 24rpx;
-		margin: 15rpx 0rpx;
-		/* 隐藏文字显示 ...不换行 */
-		overflow: hidden;
-		text-overflow: ellipsis;
-		white-space: nowrap;
+	
+	.shopName{
+		color: #666666;
+		font-size: 24rpx;
+		margin: 16rpx 0rpx;
+		/* 隐藏文字显示 ...不换行 */
+		overflow: hidden;
+		text-overflow: ellipsis;
+		white-space: nowrap;
+	}
+	.itemContent {
+		color: #666666;
+		font-size: 24rpx;
+		
+		/* 隐藏文字显示 ...不换行 */
+		overflow: hidden;
+		text-overflow: ellipsis;
+		white-space: nowrap;
 	}
 	.noMore {
 		text-align: center;

+ 3 - 3
pages/user/historyDetail.vue

@@ -72,7 +72,7 @@
 				<view class="detailedLine" v-for="(item,index) in orderData.listItems">
 
 					
-						<view class="detailedName">{{item.ItemName}}项目名称</view>
+						<view class="detailedName">{{item.ItemName}}</view>
 						<span>x1</span>
 					
 				</view>
@@ -87,7 +87,7 @@
 				<view class="detailedLine" v-for="(item,index) in orderData.listParts">
 
 					
-						<view class="detailedName">{{item.GoodsName}}商品名称</view>
+						<view class="detailedName">{{item.GoodsName}}</view>
 						<span>x{{item.SaleQty}}</span>
 
 					
@@ -269,7 +269,7 @@
 		font-size: 30rpx;
 		font-weight: bold;
 		color: #3C3C3C;
-		line-height: 42rpx;
+		line-height: 45rpx;
 	}
 
 	.Address {