src/components/Administrator/AdminHome.vue
@@ -2,8 +2,8 @@ <el-container class="home-container"> <el-header> <div> <img src="../../assets/head.png" alt="" /> <span>新闻后台管理系统</span> <img src="../../assets/logo.jpg" alt="" /> <span>双流机场公安页面后台管理系统</span> </div> <el-button type="info" @click="logout">退出</el-button> </el-header> @@ -48,6 +48,13 @@ display: flex; justify-content: center; align-items: center; width: 300px; height: 60px; img { width: 60px; height: 100%; border-radius: 50%; } span { margin-left: 15px; }