| 
					
				 | 
			
			
				@@ -276,7 +276,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       {{ prize.point }} B分 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  <p style="task-remark">{{ prize.remark ? prize.remark.customize : '' }}</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <p class="task-remark">{{ prize.remark ? prize.remark.customize : '' }}</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -286,7 +286,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="grid-content bg-purple" v-loading="highestPrizeBuckleloading" style="padding: 20px 20px 0;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <span class="title">本周扣分最多</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <NoData style="padding-bottom: 20px;" content="暂无积分数据" v-if="!buckle.id"></NoData> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <div v-else style="display:flex"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <div v-else style="display:flex;padding-bottom:20px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <userImage width="45px" height="45px" :id="buckle.id" :user_name="buckle.name" style="margin-right:8px"></userImage> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <div class="rightexamineAndApproveList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <p style="width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#73767c;font-size:16px;display:flex;justify-content: space-between;"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2206,7 +2206,7 @@ box-sizing: content-box; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .rightexamineAndApproveList { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   text-align: left; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  border-bottom: 1px solid #efefef; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  /* border-bottom: 1px solid #efefef; */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .List_border:nth-child(5) .rightexamineAndApproveList { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   border-bottom: 0px solid #fff; 
			 |