|  | @@ -53,17 +53,15 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		<view class="camera-scan-code-back-wrap">
 | 
	
		
			
				|  |  | -			<button class="btn block bg-blue lg round" @click="saveImage">
 | 
	
		
			
				|  |  | +			<button class="btn block bg-blue lg round" @click="saveImage" style="min-width: 250px;">
 | 
	
		
			
				|  |  |  				保存图片
 | 
	
		
			
				|  |  |  			</button>
 | 
	
		
			
				|  |  |  		</view>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		<view class="camera-scan-code-back-wrap">
 | 
	
		
			
				|  |  |  			<button type="default" class="btn bg-blue round" @click="navigateBack">返回拍照</button>
 | 
	
		
			
				|  |  | -		</view>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -		<view class="camera-scan-code-back-wrap">
 | 
	
		
			
				|  |  | -			<button type="default" class="btn bg-blue round" @click="navigateExit">退出拍照</button>
 | 
	
		
			
				|  |  | +		    <button type="default" class="btn bg-blue round" @click="navigateExit">退出拍照</button>
 | 
	
		
			
				|  |  | +		    
 | 
	
		
			
				|  |  |  		</view>
 | 
	
		
			
				|  |  |      </view>	
 | 
	
		
			
				|  |  |  	<!-- #ifdef APP -->
 | 
	
	
		
			
				|  | @@ -382,6 +380,7 @@
 | 
	
		
			
				|  |  |  		display: flex;
 | 
	
		
			
				|  |  |  		justify-content: center;
 | 
	
		
			
				|  |  |  		align-items: center;
 | 
	
		
			
				|  |  | +		flex-direction: row;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	.camera-scan-code-table {
 | 
	
	
		
			
				|  | @@ -446,7 +445,8 @@
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	.btn {
 | 
	
		
			
				|  |  | -		margin-top: 30px;
 | 
	
		
			
				|  |  | +		/*margin-top: 30px; */
 | 
	
		
			
				|  |  |  		height: 45px;
 | 
	
		
			
				|  |  | +		margin: 20px 20px;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  </style>
 |