From 72ffa8dce9008a85de377d0890dd9f9495006d3b Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 12 Jul 2021 14:50:26 +0800 Subject: [PATCH] Update userbar.vue --- src/layout/components/userbar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;}