소스 검색

退出登录

wuhongbo 1 년 전
부모
커밋
fb8562de32
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      client/src/assets/imgs/OA/xxts.png
  2. 8 0
      client/src/views/OaSystem/oaLayout/header.vue

BIN
client/src/assets/imgs/OA/xxts.png


+ 8 - 0
client/src/views/OaSystem/oaLayout/header.vue

@@ -7,6 +7,11 @@
     <div class="header-right">
       <Weather />
       <div class="hx"></div>
+      <div class="message">
+        <el-badge :value="3" class="item">
+          <img src="@/assets/imgs/OA/xxts.png" alt="" />
+        </el-badge>
+      </div>
       <div class="offLogin" @click="offClick">
         <img src="@/assets/imgs/OA/offLogin.png" alt="" />
       </div>
@@ -86,6 +91,9 @@ onMounted(() => {})
       background-color: #ccd4dd;
       margin: 0 30px;
     }
+    .message {
+      margin-right: 30px;
+    }
   }
 }
 </style>