|  | @@ -23,4 +23,12 @@ export default {
 | 
	
		
			
				|  |  |    height: 100%;
 | 
	
		
			
				|  |  |    overflow: hidden;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +.el-input.is-disabled .el-input__inner {
 | 
	
		
			
				|  |  | +  color: #000000 !important;
 | 
	
		
			
				|  |  | +  background-color: #fcfcfc !important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +.el-textarea.is-disabled .el-textarea__inner {
 | 
	
		
			
				|  |  | +  color: #000000 !important;
 | 
	
		
			
				|  |  | +  background-color: #fcfcfc !important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  </style>
 |