bug修复
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:
francis-fh
2026-06-16 22:58:59 +08:00
parent bcb5c6af19
commit 077f6548cf
7 changed files with 264 additions and 6 deletions

View File

@@ -184,12 +184,54 @@
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
flex-wrap: wrap;
gap: 12px;
.jobs-section-header-left {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.jobs-title {
.jp-section-title();
margin: 0;
}
.expectation-tags {
display: flex;
align-items: center;
gap: 8px;
.expectation-label {
font-size: 13px;
color: @jp-text-secondary;
white-space: nowrap;
}
.expectation-tag {
.jp-job-tag();
padding: 4px 12px;
cursor: pointer;
font-size: 13px;
transition: all 0.2s;
border-radius: 20px;
&:hover {
background: @jp-primary !important;
color: #fff !important;
border-color: @jp-primary !important;
}
&.active {
background: @jp-primary !important;
color: #fff !important;
border-color: @jp-primary !important;
}
}
}
.view-more {
color: @jp-primary;
font-size: 14px;