|  |  |  | @ -9,6 +9,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  | <template> | 
			
		
	
		
			
				
					|  |  |  |  |     <header class ="header-bar" > | 
			
		
	
		
			
				
					|  |  |  |  |       <!-- 左侧图标组 --> | 
			
		
	
		
			
				
					|  |  |  |  |       <img src = "@/assets/images/logo.png" alt="Logo" class="logo" /> | 
			
		
	
		
			
				
					|  |  |  |  |       <div class="left-icons"> | 
			
		
	
		
			
				
					|  |  |  |  |         <router-link to="/unilifeHome" class="icon-btn" title="首页"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-icon  class="icon-btn" :size="24"> | 
			
		
	
	
		
			
				
					|  |  |  | @ -20,12 +21,12 @@ | 
			
		
	
		
			
				
					|  |  |  |  |               <MessageBox /> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-icon> | 
			
		
	
		
			
				
					|  |  |  |  |         </router-link> | 
			
		
	
		
			
				
					|  |  |  |  |         <router-link to="/self" class="icon-btn" title="日程"> | 
			
		
	
		
			
				
					|  |  |  |  |         <router-link to="/personal/curriculum" class="icon-btn" title="日程"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-icon class = "icon-btn" :size="24"> | 
			
		
	
		
			
				
					|  |  |  |  |             <Calendar /> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-icon> | 
			
		
	
		
			
				
					|  |  |  |  |         </router-link> | 
			
		
	
		
			
				
					|  |  |  |  |         <router-link to="/assistant" class="icon-btn" title="AI助手"> | 
			
		
	
		
			
				
					|  |  |  |  |         <router-link to="/personal/ai" class="icon-btn" title="AI助手"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-icon class = "icon-btn" :size="24"> | 
			
		
	
		
			
				
					|  |  |  |  |               <Cpu /> | 
			
		
	
		
			
				
					|  |  |  |  |             </el-icon> | 
			
		
	
	
		
			
				
					|  |  |  | @ -45,6 +46,11 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             <User /> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-icon> | 
			
		
	
		
			
				
					|  |  |  |  |         </router-link> | 
			
		
	
		
			
				
					|  |  |  |  |         <router-link to="/register" class="icon-btn" title="注册"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-icon class = "icon-btn" :size="24"> | 
			
		
	
		
			
				
					|  |  |  |  |           <Message/> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-icon> | 
			
		
	
		
			
				
					|  |  |  |  |         </router-link> | 
			
		
	
		
			
				
					|  |  |  |  |       </div> | 
			
		
	
		
			
				
					|  |  |  |  |     </header> | 
			
		
	
		
			
				
					|  |  |  |  |   </template> | 
			
		
	
	
		
			
				
					|  |  |  | @ -75,10 +81,14 @@ | 
			
		
	
		
			
				
					|  |  |  |  |    | 
			
		
	
		
			
				
					|  |  |  |  |   .left-icons, | 
			
		
	
		
			
				
					|  |  |  |  |   .right-section { | 
			
		
	
		
			
				
					|  |  |  |  |     flex:7; | 
			
		
	
		
			
				
					|  |  |  |  |     padding:50px; | 
			
		
	
		
			
				
					|  |  |  |  |     display: flex; | 
			
		
	
		
			
				
					|  |  |  |  |     align-items: center; | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  |   .right-section{ | 
			
		
	
		
			
				
					|  |  |  |  |     justify-content: flex-end; | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  |    | 
			
		
	
		
			
				
					|  |  |  |  |   .icon-btn { | 
			
		
	
		
			
				
					|  |  |  |  |     margin: 0 10px; | 
			
		
	
	
		
			
				
					|  |  |  | @ -98,4 +108,14 @@ | 
			
		
	
		
			
				
					|  |  |  |  |     color: #303133; | 
			
		
	
		
			
				
					|  |  |  |  |     cursor: pointer; | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   .logo | 
			
		
	
		
			
				
					|  |  |  |  |   { | 
			
		
	
		
			
				
					|  |  |  |  |     flex:1; | 
			
		
	
		
			
				
					|  |  |  |  |     width: 120px; | 
			
		
	
		
			
				
					|  |  |  |  |     height: 120px; | 
			
		
	
		
			
				
					|  |  |  |  |     margin-left: 20px; | 
			
		
	
		
			
				
					|  |  |  |  |     border-radius: 50%; | 
			
		
	
		
			
				
					|  |  |  |  |     object-fit: cover; | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  |   </style> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |