11
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled

This commit is contained in:
冯辉
2026-06-30 18:55:09 +08:00
parent c9cc475f83
commit 8da33eebe6

View File

@@ -268,7 +268,7 @@ const PersonalCenter: React.FC = () => {
<section className="stats-section">
<Row gutter={0}>
<Col span={6}>
<Col span={8}>
<div
className="stat-item"
onClick={() => history.push('/job-portal/personal-center/applications')}
@@ -277,7 +277,7 @@ const PersonalCenter: React.FC = () => {
<div className="stat-label"></div>
</div>
</Col>
<Col span={6}>
<Col span={8}>
<div
className="stat-item"
onClick={() => history.push('/job-portal/personal-center/favorites')}
@@ -286,7 +286,7 @@ const PersonalCenter: React.FC = () => {
<div className="stat-label"></div>
</div>
</Col>
<Col span={6}>
<Col span={8}>
<div
className="stat-item"
onClick={() => history.push('/job-portal/personal-center/footprints')}
@@ -295,12 +295,12 @@ const PersonalCenter: React.FC = () => {
<div className="stat-label"></div>
</div>
</Col>
<Col span={6}>
{/* <Col span={6}>
<div className="stat-item stat-item-last">
<div className="stat-number">{statistics.appointments}</div>
<div className="stat-label">预约</div>
</div>
</Col>
</Col> */}
</Row>
</section>