wzh 4 месяцев назад
Родитель
Сommit
09caf8251c
1 измененных файлов с 6 добавлено и 12 удалено
  1. 6 12
      pages/lgz/record/record.vue

+ 6 - 12
pages/lgz/record/record.vue

@@ -50,9 +50,6 @@
 							兑换状态
 						</view>
 
-						<view class="son">
-							活动名称
-						</view>
 						<view>
 							操作
 						</view>
@@ -71,9 +68,6 @@
 									<view class="son">
 										{{ item.duijiang_status }}
 									</view>
-									<view class="son">
-										{{item.rule_name == null ? '--' : item.rule_name}}
-									</view>
 									<view class="detail-btn" @click="toggleDetail(index)">
 										详情
 									</view>
@@ -285,7 +279,7 @@
 	}
 
 	.son {
-		width: 120rpx;
+		width: 140rpx;
 	}
 
 	.row-one {
@@ -303,7 +297,7 @@
 		background-repeat: no-repeat;
 		/* 防止背景图重复 */
 		height: 134rpx;
-		
+
 		.text-one{
 			height: 70rpx;
 			line-height: 90rpx;
@@ -315,12 +309,12 @@
 			height: 60rpx;
 			line-height: 60rpx;
 			margin-left: 20rpx;
-			
+
 		}
 
 	}
-	
-	
+
+
 
 	.detail-btn {
 		color: #9B0000;
@@ -331,4 +325,4 @@
 		text-align: center;
     height: calc(100% - 120rpx);
 	}
-</style>
+</style>