| 
					
				 | 
			
			
				@@ -3745,7 +3745,7 @@ if(val==true){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           lesseeId:this.$store.getters.lesseeId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         request(params) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          .then((res) => {  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          .then((res) => {   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               Message({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           type: "success", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           message: "保存成功", 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -3892,8 +3892,8 @@ html,body{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .imgzong{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     padding-top: 4px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-     flex-wrap:wrap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       overflow: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    white-space: nowrap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .el-image{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       width:30px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       vertical-align: middle; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -3901,6 +3901,21 @@ html,body{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.imgzong::-webkit-scrollbar {/*滚动条整体样式*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        width:4px;/*高宽分别对应横竖滚动条的尺寸*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        height:4px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.imgzong::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        border-radius:5px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        background:rgba(0,0,0,0.2);  /*设置滚动条颜色*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.imgzong::-webkit-scrollbar-track {/*滚动条里面轨道*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        border-radius:0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       // background:rgba(255,255,255,0.1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       background:rgba(255,255,255,0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .item1,.item2{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   cursor: pointer; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -3947,7 +3962,6 @@ html,body{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             height:92px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             margin: 5px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             padding: 2px 6px 2px 2px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            overflow: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .el-image{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       width:18px; 
			 |