|  | @@ -195,7 +195,7 @@ $(document).ready(function() {
 | 
	
		
			
				|  |  |              postDataWithFile('/profile/stamp/upload', formData, function (result) {
 | 
	
		
			
				|  |  |                  let html = '';
 | 
	
		
			
				|  |  |                  for (const [index, sp] of result.stamp_path.entries()) {
 | 
	
		
			
				|  |  | -                    html += '<div class="position-absolute fixed-top stamp-show" style="left:'+ (80 + index*225) + 'px;top: 280px;width: 100px">\n' +
 | 
	
		
			
				|  |  | +                    html += '<div class="position-absolute fixed-top stamp-show" style="left:'+ (50 + index*130) + 'px;top: 280px;width: 100px">\n' +
 | 
	
		
			
				|  |  |                          '                                    <div class="position-relative">\n' +
 | 
	
		
			
				|  |  |                          '                                        <a href="javascript:void(0);" title="移除签章" class="position-absolute delete-stamp" style="right: 0;top: 0;color: red;font-size:20px;font-weight: bold;text-decoration:none;">×</a>\n' +
 | 
	
		
			
				|  |  |                          '                                        <img src="'+ fujianOssPath + sp +'" width="90">\n' +
 |