a8105264cd
根因: Layout 内层 <el-container> 用原生 <header>(非 <el-header>), element-plus 不会自动转纵向 → flex-direction 保持 row, header 与 el-main 横向并排, header 被挤成 308px 窄条(应满宽 ~992px), 用户区(头像/用户名/登出) 随 justify-content 落到屏幕中央, 不在右上角。 修复: - 内层 <el-container direction="vertical"> 强制纵向 → header 回到顶部满宽栏, el-main 在下; 用户区回到右上角 - 顶栏静态口号 "投研·回测·模拟 控制台" 换成动态面包屑(分组/页名, 按路由推断)
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.