All checks were successful
continuous-integration/drone/push Build is passing
- 在 .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>