Browse Source

消息调整

pengyh 1 year ago
parent
commit
79c6f7f8ca
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/layout/components/Navbar.vue

+ 3 - 3
src/layout/components/Navbar.vue

@@ -394,14 +394,14 @@ export default {
 							that.$createElement(
 								"span",
 								null,
-								that.statusFilter(item.adminNoticeType)
+								that.statusFilter(item.adminNoticeType) + ' '
 							),
 							that.$createElement(
 								"span",
 								{
-									style: 'color: #409EFF;margin-left: 10px;',
+									style: 'color: #409EFF;',
 								},
-								item.adminNoticeType=='NOTICE'?item.title:item.orderId
+								' ' + item.adminNoticeType=='NOTICE'?item.title:item.orderId
 							),
 							that.$createElement(
 								"span",