diff --git a/frontend/src/components/File/FileList.vue b/frontend/src/components/File/FileList.vue index ea70e05c..fc03b0da 100644 --- a/frontend/src/components/File/FileList.vue +++ b/frontend/src/components/File/FileList.vue @@ -407,7 +407,7 @@ export default { this.isShowDelete = false this.showFile = false this.$st.sendEv('爬虫详情', '文件', '删除') - }, + } }, async created () { await this.getFileTree() @@ -585,7 +585,6 @@ export default { cursor: pointer; } - .action-item-list .action-item:last-child { border-bottom: 1px solid #eaecef; }