Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
1296f398
Commit
1296f398
authored
Jul 28, 2024
by
王亚晖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改home页图标
parent
83b4399a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
22 deletions
+32
-22
index.less
src/style/index.less
+13
-6
home.vue
src/views/home.vue
+19
-16
No files found.
src/style/index.less
View file @
1296f398
...
@@ -120,17 +120,21 @@ html {
...
@@ -120,17 +120,21 @@ html {
.header-info {
.header-info {
padding-left: 20px;
padding-left: 20px;
display: inline-block;
// position: absolute;
// position: absolute;
height: 100%;
height: 100%;
width: 420px;
width: 420px;
min-width: 420px;
text-align: right;
text-align: right;
vertical-align: middle;
vertical-align: middle;
display: flex;
justify-content: flex-end;
}
}
.header-info > div {
.header-info > div {
float: left;
height: 100%;
height: 100%;
text-align: right;
}
}
.user-header {
.user-header {
...
@@ -288,9 +292,12 @@ html {
...
@@ -288,9 +292,12 @@ html {
.h-link a {
.h-link a {
font-size: 14px;
font-size: 14px;
text-decoration: none;
text-decoration: none;
padding: 0px 15px;
padding-left: 15px;
/* height: 60px; */
padding-right: 30px;
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
height: 70px;
}
}
img[src=''],
img[src=''],
...
...
src/views/home.vue
View file @
1296f398
...
@@ -95,31 +95,34 @@
...
@@ -95,31 +95,34 @@
</div>
</div>
<div
class=
"header-info"
>
<div
class=
"header-info"
>
<div
class=
"h-link"
>
<div
class=
"h-link"
>
<a
href=
"javascript:void(0)"
@
click=
"openMap"
><i>
可视化界面
</i></a>
<a
href=
"javascript:void(0)"
@
click=
"openMap"
title=
"可视化界面"
>
<el-icon
style=
"fontSize:30px;"
>
<MapLocation
color=
"rgb(255,255,255)"
/>
</el-icon>
</a>
</div>
</div>
<div
class=
"h-link"
>
<div
class=
"h-link"
>
<a
href=
"javascript:void(0)"
>
<a
href=
"javascript:void(0)"
:title=
"realName"
>
<el-icon>
<el-icon
style=
"fontSize:25px;"
>
<UserFilled
color=
"rgb(161,187,214)"
/>
<UserFilled
color=
"rgb(161,187,214)"
/>
</el-icon>
</el-icon>
{{ realName }}
</a>
</a>
</div>
</div>
<div
class=
"h-link"
style=
"padding-left: 15px; "
>
<div
class=
"h-link"
>
<a
href=
"javascript:void(0)"
>
<a
href=
"javascript:void(0)"
title=
"系统设置"
>
<el-icon>
<el-icon
style=
"fontSize:25px;"
>
<!-- <el-image src="/imgs/home/Sys.png" :fit="'fill'" /> -->
<Setting
color=
"rgb(255,255,255)"
/>
<Setting
color=
"rgb(255,255,255)"
/>
</el-icon>
</el-icon>
系统设置
</a>
</a>
</div>
</div>
<div
class=
"h-link"
style=
"padding-left: 1px;"
>
<div
class=
"h-link"
>
<a
href=
"javascript:void(0)"
@
click=
"logout"
>
<a
href=
"javascript:void(0)"
@
click=
"logout"
title=
"退出系统"
>
<el-icon>
<el-icon
style=
"fontSize:25px;"
>
<
el-image
src=
"/imgs/home/exit.png"
:fit=
"'fill'"
/
>
<
!-- <el-image src="/imgs/home/exit.png" :fit="'fill'" /> --
>
<SwitchButton
color=
"rgb(255,255,255)"
/>
</el-icon>
</el-icon>
退出系统
</a>
</a>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment