fix: 技能详情页返回按钮样式统一为 page-back-btn
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user