SuperHahaStar
4cc930bc6d
修复前端个人中心表单超出背景的问题
修复方案:
在 /views/system/account/components/center/index.vue 中:
设置容器高度为100%并使用flex布局
标题区域使用 flex-shrink: 0 防止压缩
表单区域使用 flex: 1 占据剩余空间
添加 overflow-y: auto 支持垂直滚动
设置 min-height: 0 确保正确的高度计算
2025-08-19 19:54:13 +08:00
..
2025-04-10 22:14:14 +08:00
2025-05-03 21:36:37 +08:00
2025-08-10 15:07:22 +08:00
2025-08-10 15:07:22 +08:00
2025-04-10 22:14:14 +08:00
2025-03-12 21:30:24 +08:00
2025-08-10 15:07:22 +08:00
2025-08-10 15:07:22 +08:00
2025-03-12 21:30:24 +08:00
2025-04-10 22:14:14 +08:00
2024-11-04 20:21:05 +08:00
2025-08-05 20:17:35 +08:00
2025-08-05 20:17:35 +08:00
2025-03-31 23:27:37 +08:00
2025-08-19 19:54:13 +08:00
2025-08-05 20:17:35 +08:00
2025-08-05 20:17:35 +08:00