简历上传,pdf简历下载

This commit is contained in:
2026-04-03 17:52:07 +08:00
parent 821a950df2
commit a39835be01
25 changed files with 2076 additions and 301 deletions
+13
View File
@@ -188,3 +188,16 @@
}
}
}
// ==================== 上传简历加载提示 ====================
.resume-upload-loading {
.el-loading-spinner {
.circular .path {
stroke: $accent;
}
.el-loading-text {
color: $accent;
}
}
}