|  | @@ -3,7 +3,7 @@
 | 
	
		
			
				|  |  |   * @Author: 空白格
 | 
	
		
			
				|  |  |   * @Date: 2022-08-24 09:35:03
 | 
	
		
			
				|  |  |   * @LastEditors: gcz
 | 
	
		
			
				|  |  | - * @LastEditTime: 2022-08-25 09:43:57
 | 
	
		
			
				|  |  | + * @LastEditTime: 2022-08-25 11:57:52
 | 
	
		
			
				|  |  |   * @FilePath: \veterans_client_web\src\views\PersonalCenter\Resume\ResumeIndex.vue
 | 
	
		
			
				|  |  |   * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 | 
	
		
			
				|  |  |  -->
 | 
	
	
		
			
				|  | @@ -214,6 +214,19 @@ export default {
 | 
	
		
			
				|  |  |        font-size: 20px;
 | 
	
		
			
				|  |  |        color: #222;
 | 
	
		
			
				|  |  |        margin-bottom: 14px;
 | 
	
		
			
				|  |  | +      position: relative;
 | 
	
		
			
				|  |  | +      padding-left: 10px;
 | 
	
		
			
				|  |  | +      &::before{
 | 
	
		
			
				|  |  | +        content:'';
 | 
	
		
			
				|  |  | +        width: 5px;
 | 
	
		
			
				|  |  | +        height: 5px;
 | 
	
		
			
				|  |  | +        border-radius: 50%;
 | 
	
		
			
				|  |  | +        position: absolute;
 | 
	
		
			
				|  |  | +        left: 0;
 | 
	
		
			
				|  |  | +        top: 50%;
 | 
	
		
			
				|  |  | +        margin-top: -2.5px;
 | 
	
		
			
				|  |  | +        background: #709078;
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      p {
 | 
	
		
			
				|  |  |        margin-bottom: 10px;
 |