pangu-user-platform/pangu-ui
神码-方晓辉 20a7ebfd0b fix: 修复页面内容被侧边栏遮挡的问题
- 给main-container添加margin-left与固定定位的侧边栏宽度对应
- 侧边栏展开时margin-left: 200px,折叠时margin-left: 64px
- 添加过渡动画使切换更平滑
- 新增UI自动化测试报告v3.0
2026-02-01 13:51:06 +08:00
..
public feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
src fix: 修复页面内容被侧边栏遮挡的问题 2026-02-01 13:51:06 +08:00
.gitignore feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
README.md feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
index.html feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
package-lock.json refactor: 完全移除Mock,100%使用真实DB数据和API 2026-02-01 00:21:28 +08:00
package.json refactor: 完全移除Mock,100%使用真实DB数据和API 2026-02-01 00:21:28 +08:00
vite.config.js fix: UI自动化测试并修复前后端集成关键问题 2026-02-01 00:56:57 +08:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.