Explorar el Código

style: 优化消息组件样式

xiaoxian521 hace 2 años
padre
commit
8a34a4b1a3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 {