diff --git a/src/views/main_web/recycle/index.vue b/src/views/main_web/recycle/index.vue index eb95ffe9..2d2de6df 100644 --- a/src/views/main_web/recycle/index.vue +++ b/src/views/main_web/recycle/index.vue @@ -181,6 +181,7 @@ export default { }); const [aliveProjectList, removedProjectList] = (res.Data || []).reduce( (arr, upperProject) => { + if(!upperProject.HasFile) { return arr; } const project = firstCharToLowerCase(upperProject); if (project.nodeFolder) { project.nodeFolder = project.nodeFolder.map(firstCharToLowerCase); @@ -377,7 +378,7 @@ function recursionEvery(list, checkedMap) { margin-left: 32px; // padding-top: 14px; box-sizing: border-box; - background-color: rgba(252, 252, 252, 1); + background-color: #fff; border-radius: 8px 8px 0 0; overflow: hidden; box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1),