Files
BlackFruit-UI/common
yiqiu 44e230305b
All checks were successful
continuous-integration/drone/push Build is passing
修复导航栏高度为 0 的问题
- 在 .nav-header 添加 height: 72px(基础高度)
- 在 .nav-right 添加 height: 100% 和 align-items: stretch
- 改为从 align-items: center 改为 align-items: stretch

问题原因:
common.css 中的 .nav-header 没有设置高度
导致首页 nav-right 的 height: 100% 无法计算出实际高度(为 0)

首页会通过 #index .nav-header { height: 70px } 覆盖这个基础值
但其他页面会使用这个 72px 的基础高度

现在注册按钮应该能正常显示!

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-17 16:47:25 +08:00
..
2025-11-24 00:47:46 +08:00
2025-11-20 12:30:45 +08:00
2025-11-20 12:30:45 +08:00
2025-11-22 18:22:03 +08:00