明梦爽
2022-08-10 27d35a9f1355e4a56aa1e8c1aad9c7f58002ed50
src/components/Administrator/AdminHome.vue
@@ -2,7 +2,7 @@
  <el-container class="home-container">
    <el-header>
      <div>
        <img src="../../assets/head.png" alt="" />
        <img src="../../assets/logo.jpg" alt="" />
        <span>新闻后台管理系统</span>
      </div>
      <el-button type="info" @click="logout">退出</el-button>
@@ -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;
    }