feat: 🎸 简历列表弹窗

This commit is contained in:
2025-08-22 14:04:04 +08:00
parent bba32ca5fb
commit e24105b78b
6 changed files with 118 additions and 74 deletions

View File

@@ -24,9 +24,14 @@
background-color: #fff;
}
}
.empty-data-wrapper {
width: 100%;
min-height: 555px;
display: flex;
}
.job-info-modal-user-resumes-list {
width: 100%;
min-height: 555px;
margin-top: 16px;
display: grid;
grid-template-columns: repeat(2, 1fr); /* 每行两列 */