|  | @@ -3,7 +3,7 @@
 | 
	
		
			
				|  |  |   * @Author: wangcc
 | 
	
		
			
				|  |  |   * @Date: 2022-07-06 15:56:45
 | 
	
		
			
				|  |  |   * @LastEditors: wangcc
 | 
	
		
			
				|  |  | - * @LastEditTime: 2022-10-28 17:48:47
 | 
	
		
			
				|  |  | + * @LastEditTime: 2022-10-28 17:54:59
 | 
	
		
			
				|  |  |   * @FilePath: \castgroup_bigscreen\src\views\index.vue
 | 
	
		
			
				|  |  |   * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 | 
	
		
			
				|  |  |  -->
 | 
	
	
		
			
				|  | @@ -1273,7 +1273,7 @@ export default {
 | 
	
		
			
				|  |  |  <style lang='scss' scoped>
 | 
	
		
			
				|  |  |  @import url(./index.scss);
 | 
	
		
			
				|  |  |  .tab-box {
 | 
	
		
			
				|  |  | -  background-color: rgba(1, 33, 35, 0.7);
 | 
	
		
			
				|  |  | +  // background-color: rgba(1, 33, 35, 0.7);
 | 
	
		
			
				|  |  |    height: 46px;
 | 
	
		
			
				|  |  |    width: 380px;
 | 
	
		
			
				|  |  |    margin-left: auto;
 | 
	
	
		
			
				|  | @@ -1285,8 +1285,8 @@ export default {
 | 
	
		
			
				|  |  |      background-color: rgba(0, 69, 70, 0.6);
 | 
	
		
			
				|  |  |      border: 1px solid;
 | 
	
		
			
				|  |  |      border-color: rgba(0, 252, 255, 0.24);
 | 
	
		
			
				|  |  | -    height: 44px;
 | 
	
		
			
				|  |  | -    line-height: 44px;
 | 
	
		
			
				|  |  | +    height: 32px;
 | 
	
		
			
				|  |  | +    line-height: 32px;
 | 
	
		
			
				|  |  |      text-align: center;
 | 
	
		
			
				|  |  |      color: rgba(255, 255, 255, 0.6);
 | 
	
		
			
				|  |  |  
 |