diff --git a/src/layout/components/userbar.vue b/src/layout/components/userbar.vue
index c901947e..699a4fcc 100644
--- a/src/layout/components/userbar.vue
+++ b/src/layout/components/userbar.vue
@@ -7,7 +7,7 @@
-
+
@@ -149,7 +149,7 @@
.msg-list li a:hover {background: #ecf5ff;}
.msg-list__icon {width: 40px;margin-right: 15px;}
.msg-list__main {flex: 1;}
- .msg-list__main h2 {font-size: 15px;}
- .msg-list__main p {font-size: 12px;color: #999;line-height: 1.8;}
+ .msg-list__main h2 {font-size: 15px;font-weight: normal;color: #333;}
+ .msg-list__main p {font-size: 12px;color: #999;line-height: 1.8;margin-top: 5px;}
.msg-list__time {width: 100px;text-align: right;color: #999;}