|  | @@ -16,7 +16,7 @@ const tabsComponents: any = {
 | 
	
		
			
				|  |  |  const panes = [
 | 
	
		
			
				|  |  |    {label: '普通展示', name: 'NormalDisplay'},
 | 
	
		
			
				|  |  |    {label: '合并展示', name: 'CombinedDisplay'},
 | 
	
		
			
				|  |  | -   //{ label: '对比数据', name: 'CompareData' },
 | 
	
		
			
				|  |  | +  //{ label: '对比数据', name: 'CompareData' },
 | 
	
		
			
				|  |  |    // { label: '数据导出', name: 'DataExport' },
 | 
	
		
			
				|  |  |  ];
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -24,7 +24,7 @@ const panes = [
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div>
 | 
	
		
			
				|  |  | -    <div  class="custom-container">
 | 
	
		
			
				|  |  | +    <div class="custom-container">
 | 
	
		
			
				|  |  |        <div class="custom-tabs">
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |              v-for="pane of panes"
 | 
	
	
		
			
				|  | @@ -47,7 +47,7 @@ const panes = [
 | 
	
		
			
				|  |  |    font-weight: 600;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.custom-container{
 | 
	
		
			
				|  |  | +.custom-container {
 | 
	
		
			
				|  |  |    overflow: inherit;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -57,9 +57,7 @@ const panes = [
 | 
	
		
			
				|  |  |    z-index: 9;
 | 
	
		
			
				|  |  |    box-shadow: 0px 0px 12px rgba(51, 89, 181, 0.16);
 | 
	
		
			
				|  |  |    position: sticky;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    padding: 0 12px;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    display: flex;
 | 
	
		
			
				|  |  |    height: 40px;
 | 
	
		
			
				|  |  |    gap: 24px;
 |