diff --git a/src/App.vue b/src/App.vue
index f9a9af6..5ba686a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -91,9 +91,4 @@ body {
}
.app-main { flex: 1; display: flex; overflow: hidden; }
.detail-area { flex: 1; overflow-y: auto; }
-.empty {
- text-align: center;
- padding: 60px 20px;
- color: #95a5a6;
-}
diff --git a/src/components/DropZone.vue b/src/components/DropZone.vue
index a124a1d..b3031d8 100644
--- a/src/components/DropZone.vue
+++ b/src/components/DropZone.vue
@@ -39,7 +39,6 @@ function onPick(e) {
@drop.prevent="onDrop"
>
-
拖入 .ics 文件,或
-
@@ -118,21 +125,19 @@ function tooltip(ev) {
-