|  |  | @@ -4,12 +4,14 @@ | 
		
	
		
			
			|  |  |  | <a-col span="18"> | 
		
	
		
			
			|  |  |  | <a-row :gutter="20"> | 
		
	
		
			
			|  |  |  | <a-col span="4"> | 
		
	
		
			
			|  |  |  | <a-anchor :get-container="getContainer" :target-offset="50" :items="menu_list" | 
		
	
		
			
			|  |  |  | @click="anchorClick"></a-anchor> | 
		
	
		
			
			|  |  |  | <div style="position: fixed; top: 90px; z-index:99;"> | 
		
	
		
			
			|  |  |  | <a-anchor style="width: 210px !important;" :get-container="getContainer" :target-offset="50" :items="menu_list" | 
		
	
		
			
			|  |  |  | @click="anchorClick"></a-anchor> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-col> | 
		
	
		
			
			|  |  |  | <a-col span="20"> | 
		
	
		
			
			|  |  |  | <div style="width: 100%;background-color: #fff;padding: 0 20px;border-radius: 8px;"> | 
		
	
		
			
			|  |  |  | <div ref="abc" class="abc" style="height: calc(100vh - 100px);overflow: auto;"> | 
		
	
		
			
			|  |  |  | <div ref="abc" class="abc" style="height: 100vh;overflow: auto;"> | 
		
	
		
			
			|  |  |  | <a-space direction="vertical" justify="space-between" :size="36" | 
		
	
		
			
			|  |  |  | style="width: 100% !important;"> | 
		
	
		
			
			|  |  |  | <div id="basic"> | 
		
	
	
		
			
			|  |  | @@ -38,7 +40,8 @@ | 
		
	
		
			
			|  |  |  | <a-typography-title :level="4"> | 
		
	
		
			
			|  |  |  | <div class="text-decoration"> | 
		
	
		
			
			|  |  |  | <div class="text-content">联系信息</div> | 
		
	
		
			
			|  |  |  | </div></a-typography-title> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-typography-title> | 
		
	
		
			
			|  |  |  | <FormOutlined @click="edit('contact')" v-if="editObj.contact" | 
		
	
		
			
			|  |  |  | style="color: #4FBE70;font-size: 24px;" /> | 
		
	
		
			
			|  |  |  | <PlusCircleOutlined @click="edit('contact')" v-else | 
		
	
	
		
			
			|  |  | @@ -56,7 +59,8 @@ | 
		
	
		
			
			|  |  |  | <a-typography-title :level="4"> | 
		
	
		
			
			|  |  |  | <div class="text-decoration"> | 
		
	
		
			
			|  |  |  | <div class="text-content">个人简介</div> | 
		
	
		
			
			|  |  |  | </div></a-typography-title> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-typography-title> | 
		
	
		
			
			|  |  |  | <FormOutlined @click="edit('introduction')" v-if="editObj.introduction" | 
		
	
		
			
			|  |  |  | style="color: #4FBE70;font-size: 24px;" /> | 
		
	
		
			
			|  |  |  | <PlusCircleOutlined @click="edit('introduction')" v-else | 
		
	
	
		
			
			|  |  | @@ -74,7 +78,8 @@ | 
		
	
		
			
			|  |  |  | <a-typography-title :level="4"> | 
		
	
		
			
			|  |  |  | <div class="text-decoration"> | 
		
	
		
			
			|  |  |  | <div class="text-content">专业技能掌握程度</div> | 
		
	
		
			
			|  |  |  | </div></a-typography-title> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-typography-title> | 
		
	
		
			
			|  |  |  | <FormOutlined @click="edit('skill')" v-if="editObj.skill" | 
		
	
		
			
			|  |  |  | style="color: #4FBE70;font-size: 24px;" /> | 
		
	
		
			
			|  |  |  | <PlusCircleOutlined @click="edit('skill')" v-else | 
		
	
	
		
			
			|  |  | @@ -92,7 +97,8 @@ | 
		
	
		
			
			|  |  |  | <a-typography-title :level="4"> | 
		
	
		
			
			|  |  |  | <div class="text-decoration"> | 
		
	
		
			
			|  |  |  | <div class="text-content">培训经历</div> | 
		
	
		
			
			|  |  |  | </div></a-typography-title> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-typography-title> | 
		
	
		
			
			|  |  |  | <FormOutlined @click="edit('train')" v-if="editObj.train" | 
		
	
		
			
			|  |  |  | style="color: #4FBE70;font-size: 24px;" /> | 
		
	
		
			
			|  |  |  | <PlusCircleOutlined @click="edit('train')" v-else | 
		
	
	
		
			
			|  |  | @@ -110,7 +116,8 @@ | 
		
	
		
			
			|  |  |  | <a-typography-title :level="4"> | 
		
	
		
			
			|  |  |  | <div class="text-decoration"> | 
		
	
		
			
			|  |  |  | <div class="text-content">求职意向</div> | 
		
	
		
			
			|  |  |  | </div></a-typography-title> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-typography-title> | 
		
	
		
			
			|  |  |  | <FormOutlined @click="edit('intention')" v-if="editObj.intention" | 
		
	
		
			
			|  |  |  | style="color: #4FBE70;font-size: 24px;" /> | 
		
	
		
			
			|  |  |  | <PlusCircleOutlined @click="edit('intention')" v-else | 
		
	
	
		
			
			|  |  | @@ -128,7 +135,8 @@ | 
		
	
		
			
			|  |  |  | <a-typography-title :level="4"> | 
		
	
		
			
			|  |  |  | <div class="text-decoration"> | 
		
	
		
			
			|  |  |  | <div class="text-content">工作经历</div> | 
		
	
		
			
			|  |  |  | </div></a-typography-title> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-typography-title> | 
		
	
		
			
			|  |  |  | <FormOutlined @click="edit('experience')" v-if="editObj.experience" | 
		
	
		
			
			|  |  |  | style="color: #4FBE70;font-size: 24px;" /> | 
		
	
		
			
			|  |  |  | <PlusCircleOutlined @click="edit('experience')" v-else | 
		
	
	
		
			
			|  |  | @@ -146,7 +154,8 @@ | 
		
	
		
			
			|  |  |  | <a-typography-title :level="4"> | 
		
	
		
			
			|  |  |  | <div class="text-decoration"> | 
		
	
		
			
			|  |  |  | <div class="text-content">证书</div> | 
		
	
		
			
			|  |  |  | </div></a-typography-title> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-typography-title> | 
		
	
		
			
			|  |  |  | <FormOutlined @click="edit('credential')" v-if="editObj.credential" | 
		
	
		
			
			|  |  |  | style="color: #4FBE70;font-size: 24px;" /> | 
		
	
		
			
			|  |  |  | <PlusCircleOutlined @click="edit('credential')" v-else |