Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IT-monitor
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
张伯涛
IT-monitor
Commits
d719483a
Commit
d719483a
authored
May 25, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
d26e0ca3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Logo.vue
src/layout/components/Sidebar/Logo.vue
+2
-2
header.vue
src/layout/components/header.vue
+5
-0
No files found.
src/layout/components/Sidebar/Logo.vue
View file @
d719483a
...
...
@@ -24,7 +24,7 @@ export default {
},
data
()
{
return
{
title
:
'
IT监控系统
'
,
title
:
'
网络设备监控管理平台
'
,
logo
:
require
(
'@/assets/image/logo2.png'
)
}
}
...
...
@@ -68,7 +68,7 @@ export default {
color
:
#fff
;
font-weight
:
600
;
line-height
:
50px
;
font-size
:
1
6
px
;
font-size
:
1
4
px
;
font-family
:
Avenir
,
Helvetica
Neue
,
Arial
,
Helvetica
,
sans-serif
;
vertical-align
:
middle
;
}
...
...
src/layout/components/header.vue
View file @
d719483a
...
...
@@ -25,6 +25,7 @@
<!--
</el-dropdown-item>
-->
<!--
</el-dropdown-menu>
-->
<!--
</el-dropdown>
-->
<span
class=
"companyName"
>
天津市融创软通科技股份有限公司
</span>
</div>
<div
class=
"right-menu"
>
<!--
<i
class=
"el-icon-info"
/>
-->
...
...
@@ -141,6 +142,10 @@ export default {
.change-sys
{
margin-left
:
20px
;
}
.companyName
{
color
:
white
;
padding-left
:
10px
;
}
}
.app-logo
{
...
...
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