|  | @@ -408,7 +408,7 @@ function _createBtnDom(port) {
 | 
	
		
			
				|  |  |      // 编辑框内按钮
 | 
	
		
			
				|  |  |      const deBtn1 = document.createElement('img');
 | 
	
		
			
				|  |  |      let src = require("@/assets/img/icon-gift-pack.png");
 | 
	
		
			
				|  |  | -    const smallDeBtnStyle = 'width:20px;height: 20px;cursor: pointer;marign-left:4px;margin-right:4px';
 | 
	
		
			
				|  |  | +    const smallDeBtnStyle = 'width:20px;height: 20px;cursor: pointer;padding: 0px 8px';
 | 
	
		
			
				|  |  |      deBtn1.id = 'de-btn1';
 | 
	
		
			
				|  |  |      deBtn1.style.cssText = smallDeBtnStyle;
 | 
	
		
			
				|  |  |      deBtn1.src = src
 |