|  | @@ -129,11 +129,12 @@ export default {
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -<style lang="scss" scoped>
 | 
	
		
			
				|  |  | -.el-tree-ex {
 | 
	
		
			
				|  |  | -  overflow: auto;
 | 
	
		
			
				|  |  | -  ::v-deep .is-current > .el-tree-node__content {
 | 
	
		
			
				|  |  | -    background-color: #d1e0f1 !important;
 | 
	
		
			
				|  |  | +<style lang='scss' scoped>
 | 
	
		
			
				|  |  | +  .el-tree-ex {
 | 
	
		
			
				|  |  | +    // overflow: auto;
 | 
	
		
			
				|  |  | +    ::v-deep .is-current > .el-tree-node__content {
 | 
	
		
			
				|  |  | +      background-color: #d1e0f1 !important;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  | -}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  </style>
 |