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
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:
@@ -268,7 +268,7 @@ const PersonalCenter: React.FC = () => {
|
|||||||
|
|
||||||
<section className="stats-section">
|
<section className="stats-section">
|
||||||
<Row gutter={0}>
|
<Row gutter={0}>
|
||||||
<Col span={6}>
|
<Col span={8}>
|
||||||
<div
|
<div
|
||||||
className="stat-item"
|
className="stat-item"
|
||||||
onClick={() => history.push('/job-portal/personal-center/applications')}
|
onClick={() => history.push('/job-portal/personal-center/applications')}
|
||||||
@@ -277,7 +277,7 @@ const PersonalCenter: React.FC = () => {
|
|||||||
<div className="stat-label">投递</div>
|
<div className="stat-label">投递</div>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={6}>
|
<Col span={8}>
|
||||||
<div
|
<div
|
||||||
className="stat-item"
|
className="stat-item"
|
||||||
onClick={() => history.push('/job-portal/personal-center/favorites')}
|
onClick={() => history.push('/job-portal/personal-center/favorites')}
|
||||||
@@ -286,7 +286,7 @@ const PersonalCenter: React.FC = () => {
|
|||||||
<div className="stat-label">收藏</div>
|
<div className="stat-label">收藏</div>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={6}>
|
<Col span={8}>
|
||||||
<div
|
<div
|
||||||
className="stat-item"
|
className="stat-item"
|
||||||
onClick={() => history.push('/job-portal/personal-center/footprints')}
|
onClick={() => history.push('/job-portal/personal-center/footprints')}
|
||||||
@@ -295,12 +295,12 @@ const PersonalCenter: React.FC = () => {
|
|||||||
<div className="stat-label">足迹</div>
|
<div className="stat-label">足迹</div>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={6}>
|
{/* <Col span={6}>
|
||||||
<div className="stat-item stat-item-last">
|
<div className="stat-item stat-item-last">
|
||||||
<div className="stat-number">{statistics.appointments}</div>
|
<div className="stat-number">{statistics.appointments}</div>
|
||||||
<div className="stat-label">预约</div>
|
<div className="stat-label">预约</div>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col> */}
|
||||||
</Row>
|
</Row>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user