Преглед на файлове

修改头部字体和铃铛图标

秦鹏 преди 3 години
родител
ревизия
54426391f3
променени са 2 файла, в които са добавени 4 реда и са изтрити 3 реда
  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;
       justify-content: center;
       align-items: center;
       align-items: center;
       margin-left: 23px;
       margin-left: 23px;
+      cursor: pointer;
       img {
       img {
-        width: 24px;
-        cursor: pointer;
+        width: 18px;
+        height: 24px;
       }
       }
       .redDot {
       .redDot {
         position: absolute;
         position: absolute;
@@ -451,7 +452,7 @@ export default {
         height: 34px;
         height: 34px;
       }
       }
       > span {
       > span {
-        font-size: 16px;
+        font-size: 20px;
         padding-left: 10px;
         padding-left: 10px;
       }
       }
       .userShow {
       .userShow {