dengxuefeng 1 year ago
parent
commit
77af2e46a1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/layout/Header.vue

+ 3 - 3
src/layout/Header.vue

@@ -7,7 +7,7 @@
 -->
 <template>
   <div class="header">
-    <div class="title"> <img :src="login.toString()" @click="goMH" /></div>
+    <div class="title"> <img :src="login" @click="goMH" /></div>
     <!-- <div class="userinfo">
       <a-avatar style="background-color: #87d068" size="small">
         <template #icon>
@@ -90,8 +90,8 @@
       font-size: 2rem;
       font-weight: bold;
       img {
-        width: 285px;
-        height: 28px;
+        //width: 285px;
+        height: 48px;
       }
     }
     .quit {