All checks were successful
continuous-integration/drone/push Build is passing
问题: - 按钮的 line-height 导致额外的高度,使按钮向下移动 解决: - 改 line-height 从具体值(如 50px)改为 1 - 按钮使用 flex 布局已经能正确对齐内容 - 添加 margin: 0 !important 确保没有额外边距 - 添加 border: none !important 移除可能的边框 - 添加 background 确保样式应用 三个断点(767px/575px/360px)都进行了同样的修改: - line-height: 1(替代固定像素值) - margin: 0 !important - border: none !important - background 保持渐变背景 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>