fix: 技能详情页返回按钮样式统一为 page-back-btn

This commit is contained in:
2026-03-28 18:33:05 +08:00
parent f46f26fe27
commit 9d30c5e21f

View File

@@ -15,7 +15,7 @@ function SkillDetailPage() {
return (
<>
<div className="dev-back-btn" onClick={() => navigate('/console/skills')} style={{ marginBottom: '16px' }}>
<div className="page-back-btn" onClick={() => navigate('/console/skills')}>
<FiChevronLeft /> 返回技能市场
</div>
{cv ? (