From 67321fcf012807594181b65ee61a7709be1b9ed9 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 28 Jan 2020 09:55:53 +0800 Subject: [PATCH] code cleanup --- frontend/src/components/File/FileList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }