|  | @@ -6219,8 +6219,7 @@ export default {
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  | -<style lang="scss" scoped>
 | 
	
		
			
				|  |  | -@import 'src/assets/styles/element-variables.scss';
 | 
	
		
			
				|  |  | +<style lang="scss">
 | 
	
		
			
				|  |  |  .tabSetting {
 | 
	
		
			
				|  |  |    display: flex;
 | 
	
		
			
				|  |  |    justify-content: flex-end;
 | 
	
	
		
			
				|  | @@ -6274,7 +6273,6 @@ export default {
 | 
	
		
			
				|  |  |  .el-icon-s-home,.el-icon-s-order,.el-icon-circle-plus,.el-icon-remove{
 | 
	
		
			
				|  |  |    padding-right: 5px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-table {
 | 
	
		
			
				|  |  |    .el-table__body-wrapper {
 | 
	
		
			
				|  |  |      z-index: 2;
 | 
	
	
		
			
				|  | @@ -6310,12 +6308,4 @@ export default {
 | 
	
		
			
				|  |  |  .el-icon-full-screen:before {
 | 
	
		
			
				|  |  |    content: "\e719";
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -.el-table__fixed {
 | 
	
		
			
				|  |  | -  height: auto !important; // 让固定列的高自适应,且设置!important覆盖ele-ui的默认样式
 | 
	
		
			
				|  |  | -  bottom: 17px; // 固定列默认设置了定位,    position: absolute;top: 0;left: 0;只需要再设置一下bottom的值,让固定列和父元素的底部出现距离即可
 | 
	
		
			
				|  |  | -  position: absolute;
 | 
	
		
			
				|  |  | -  top: 0;
 | 
	
		
			
				|  |  | -  left: 0;
 | 
	
		
			
				|  |  | -}
 | 
	
		
			
				|  |  |  </style>
 |