fix/图片路径修改
This commit is contained in:
parent
1f1b1f42f6
commit
d31248aad9
|
|
@ -9,7 +9,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>语音控制</title>
|
||||
<title>可视化平台</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@
|
|||
<!-- 用户信息 -->
|
||||
<div class="user-section">
|
||||
<div class="avatar"></div>
|
||||
<div class="user-id">1735244688</div>
|
||||
<div class="user-label">用户ID</div>
|
||||
<div>
|
||||
<div class="user-id">1735244688</div>
|
||||
<div class="user-label">用户ID</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<!-- 导航菜单 -->
|
||||
|
|
@ -167,6 +169,7 @@ const selectMenu = (data) => {
|
|||
.user-section {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
}
|
||||
.avatar {
|
||||
width: 60px;
|
||||
|
|
@ -279,7 +282,7 @@ const selectMenu = (data) => {
|
|||
position: relative;
|
||||
text-align: center;
|
||||
margin-bottom: 24px;
|
||||
background-image: url("@/assets/img/banner.png");
|
||||
background-image: url("@/assets/banner.png");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue