feat: 🎸 简历列表弹窗
This commit is contained in:
@@ -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); /* 每行两列 */
|
||||
|
||||
Reference in New Issue
Block a user