diff --git a/src/apps/AppInterview/interviewDetail.vue b/src/apps/AppInterview/interviewDetail.vue
index 6ddc7261..8ede0453 100644
--- a/src/apps/AppInterview/interviewDetail.vue
+++ b/src/apps/AppInterview/interviewDetail.vue
@@ -9,7 +9,7 @@
-
+
diff --git a/src/apps/AppNotification/AppNotification.vue b/src/apps/AppNotification/AppNotification.vue
index c011173b..7c24ff20 100644
--- a/src/apps/AppNotification/AppNotification.vue
+++ b/src/apps/AppNotification/AppNotification.vue
@@ -68,17 +68,13 @@
diff --git a/src/apps/AppNotification/components/detail.vue b/src/apps/AppNotification/components/detail.vue
index 161acc20..7fc19362 100644
--- a/src/apps/AppNotification/components/detail.vue
+++ b/src/apps/AppNotification/components/detail.vue
@@ -2,7 +2,7 @@
-
+
发布人:
@@ -20,7 +20,7 @@
发布日期:
- {{detailObj.releaseTime}}
+ {{ detailObj.releaseTime }}
@@ -36,9 +36,9 @@
- {{(item.size/1024).toFixed(2)}}KB
+ {{ (item.size / 1024).toFixed(2) }}KB
@@ -47,316 +47,312 @@
接收对象
-
{{detailObj.readNum}}人已读
-
{{detailObj.unReadNum}}人未读
+
{{ detailObj.readNum }}人已读
+
{{ detailObj.unReadNum }}人未读
-
+
diff --git a/src/apps/AppNotification/components/read.vue b/src/apps/AppNotification/components/read.vue
index 4dc6bfd4..9f757d84 100644
--- a/src/apps/AppNotification/components/read.vue
+++ b/src/apps/AppNotification/components/read.vue
@@ -14,89 +14,86 @@