Ver código fonte

修改头部字体和铃铛图标

秦鹏 3 anos atrás
pai
commit
54426391f3
2 arquivos alterados com 4 adições e 3 exclusões
  1. BIN
      src/assets/login/Vector.png
  2. 4 3
      src/components/Header.vue

BIN
src/assets/login/Vector.png


+ 4 - 3
src/components/Header.vue

@@ -410,9 +410,10 @@ export default {
       justify-content: center;
       align-items: center;
       margin-left: 23px;
+      cursor: pointer;
       img {
-        width: 24px;
-        cursor: pointer;
+        width: 18px;
+        height: 24px;
       }
       .redDot {
         position: absolute;
@@ -451,7 +452,7 @@ export default {
         height: 34px;
       }
       > span {
-        font-size: 16px;
+        font-size: 20px;
         padding-left: 10px;
       }
       .userShow {