소스 검색

消息调整

pengyh 1 년 전
부모
커밋
79c6f7f8ca
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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",