浏览代码

style: 优化消息组件样式

xiaoxian521 2 年之前
父节点
当前提交
8a34a4b1a3
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 {