周明轩研发负责人
门禁通过质量分99· 覆盖率88% · 严重问题 0,可安全合并。

统一按钮圆角与悬浮态

hancloud-webstyle/button-radius沈知微 · 2026-06-04 17:36
src/components/Button.tsx+11
1-<button className="btn rounded-sm hover:opacity-80">
1+<button className="btn rounded-md transition-colors hover:bg-primary/90">
A
AI 审查官AI提示
建议把圆角值抽成 design token(如 radius-md),避免散落的 rounded-* 不一致。
22 {children}
33 </button>