Browse Source

style: 优化消息组件样式

xiaoxian521 1 year ago
parent
commit
8a34a4b1a3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/layout/components/notice/index.vue

+ 2 - 1
src/layout/components/notice/index.vue

@@ -46,8 +46,9 @@ notices.value.map(v => (noticesNum.value += v.list.length));
   display: flex;
   align-items: center;
   justify-content: center;
-  width: 60px;
+  width: 40px;
   height: 48px;
+  margin-right: 10px;
   cursor: pointer;
 
   .header-notice-icon {