Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinkong
holo-web
Commits
9dfca903
Commit
9dfca903
authored
May 08, 2024
by
ninglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wj-smartcity header布局样式风格修改
parent
895ed467
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
16 deletions
+56
-16
logo.svg
wj-smartcity/src/assets/images/holo/logo.svg
+31
-0
topIndex1.png
wj-smartcity/src/assets/images/holo/topIndex1.png
+0
-0
index.vue
wj-smartcity/src/components/navigator/index.vue
+25
-16
No files found.
wj-smartcity/src/assets/images/holo/logo.svg
0 → 100644
View file @
9dfca903
This diff is collapsed.
Click to expand it.
wj-smartcity/src/assets/images/holo/topIndex1.png
0 → 100644
View file @
9dfca903
177 KB
wj-smartcity/src/components/navigator/index.vue
View file @
9dfca903
<
template
>
<div
class=
"bp-management-navigator"
>
<div
class=
"top-back"
id=
"holo_main_header_title"
>
{{
title
}}
</div>
<div
class=
"top-back"
id=
"holo_main_header_title"
>
<img
alt=
""
src=
"../../assets/images/holo/logo.svg"
/>
{{
title
}}
</div>
<!--
<div
class=
"user"
>
-->
<!--
<div
class=
"user-icon"
></div>
-->
<!--
<div
class=
"user-text"
>
{{
userInfo
.
name
}}
</div>
-->
...
...
@@ -301,7 +304,8 @@ export default {
.el-menu-demo {
pointer-events: auto;
height: 31px;
margin-top: 49px;
margin-top: 22px;
margin-left: 190px;
}
.bp-management-navigator {
...
...
@@ -318,8 +322,8 @@ export default {
.user {
position: absolute;
pointer-events: auto;
right:
8
0px;
top:
4
px;
right:
5
0px;
top:
12
px;
display: flex;
cursor: pointer;
align-items: center;
...
...
@@ -339,18 +343,23 @@ export default {
height: 139px;
display: unset;
background:transparent;
background-image: url("../../assets/images/holo/topIndex.png");
background-image: url("../../assets/images/holo/topIndex
1
.png");
background-size: 100% auto;
background-clip: border-box;
background-repeat: no-repeat;
.top-back {
letter-spacing: 2px;
padding
: 4
px;
padding
-left: 22
px;
position: absolute;
width: 100%;
font-size: 32px;
text-align: center;
line-height: 55px;
//text-align: center;
line-height: 60px;
img{
width: 48px;
height: 47px;
}
}
}
...
...
@@ -410,34 +419,34 @@ export default {
}
.demo0 {
left: 35px;
left: 35px
+ 500px
;
}
.demo1 {
left: 192px;
left: 192px
+ 500px
;
}
.demo2 {
left: 349px;
left: 349px
+ 500px
;
}
.demo3 {
left: 506px;
left: 506px
+ 500px
;
}
.demo4 {
right: 506px;
right: 506px
+ 500px
;
}
.demo5 {
right: 349px;
right: 349px
+ 500px
;
}
.demo6 {
right: 192px;
right: 192px
+ 500px
;
}
.demo7 {
right: 35px;
right: 35
+ 500px
px;
}
</
style
>
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