diff --git a/src/apps/AppNotification/AppNotification.vue b/src/apps/AppNotification/AppNotification.vue
index 99c6d603..1e32da04 100644
--- a/src/apps/AppNotification/AppNotification.vue
+++ b/src/apps/AppNotification/AppNotification.vue
@@ -6,7 +6,7 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ item.releaseUserName }}
+ {{ item.releaseTime }}
+
+
+
![]()
+
+
@@ -296,23 +297,6 @@ export default {
line-height: 44px;
}
- .status {
- display: inline-block;
- width: 88px;
- height: 36px;
- font-size: 26px;
- color: #FF8822;
- background:rgba(255,136,34,.1);
- line-height: 36px;
- text-align: center;
- margin-right: 4px;
- }
-
- .read{
- background: rgba(102,102,102,.1);
- color: #666666;
- }
-
.tag {
width: 96px;
height: 44px;
@@ -361,6 +345,23 @@ export default {
}
}
}
+
+ .status {
+ display: inline-block;
+ width: 88px;
+ height: 36px;
+ font-size: 26px;
+ color: #FF8822;
+ background:rgba(255,136,34,.1);
+ line-height: 36px;
+ text-align: center;
+ margin-right: 4px;
+ }
+
+ .read{
+ background: rgba(102,102,102,.1);
+ color: #666666;
+ }
}
.popup-wrap {