加入了LOGO,

This commit is contained in:
liuwei
2025-04-14 17:10:18 +08:00
parent 50b01da658
commit 66ac74fb25

View File

@@ -38,6 +38,15 @@
align-items: center;
justify-content: space-between;
}
.header-left {
display: flex;
align-items: center;
}
.header-logo {
width: 40px;
height: 40px;
margin-right: 10px;
}
.main-container {
display: flex;
flex: 1;
@@ -87,7 +96,10 @@
<body>
<div id="app" class="app-container">
<header class="header">
<h2>机器人管理后台</h2>
<div class="header-left">
<img src="/static/logo.png" alt="Logo" class="header-logo">
<h2>机器人管理后台</h2>
</div>
<!-- 添加退出登录按钮 -->
<div class="header-right">
<span class="user-info">管理员</span>