加入了LOGO,
This commit is contained in:
@@ -38,6 +38,15 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
.header-left {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.header-logo {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
.main-container {
|
.main-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@@ -87,7 +96,10 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="app" class="app-container">
|
<div id="app" class="app-container">
|
||||||
<header class="header">
|
<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">
|
<div class="header-right">
|
||||||
<span class="user-info">管理员</span>
|
<span class="user-info">管理员</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user