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