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
56f10682
Commit
56f10682
authored
May 25, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换图标
parent
f866be93
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
logo2.png
src/assets/image/logo2.png
+0
-0
rongchuanglogo.png
src/assets/image/rongchuanglogo.png
+0
-0
Logo.vue
src/layout/components/Sidebar/Logo.vue
+1
-1
login.vue
src/views/login/login.vue
+6
-4
No files found.
src/assets/image/logo2.png
0 → 100644
View file @
56f10682
2.43 KB
src/assets/image/rongchuanglogo.png
0 → 100644
View file @
56f10682
4.55 KB
src/layout/components/Sidebar/Logo.vue
View file @
56f10682
...
...
@@ -25,7 +25,7 @@ export default {
data
()
{
return
{
title
:
'IT监控系统'
,
logo
:
require
(
'@/assets/image/
menulogo
.png'
)
logo
:
require
(
'@/assets/image/
logo2
.png'
)
}
}
}
...
...
src/views/login/login.vue
View file @
56f10682
<
template
>
<div
class=
"login"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<img
class=
"fy-logo"
src=
"../../assets/image/
loginL
ogo.png"
>
<img
class=
"fy-logo"
src=
"../../assets/image/
rongchuangl
ogo.png"
>
<div
class=
"title"
>
网络设备监控管理平台
</div>
<div
class=
"login-form-content"
>
<el-form-item
prop=
"username"
>
...
...
@@ -59,7 +59,9 @@
</div>
</el-form>
<!-- 底部 -->
<div
class=
"el-login-footer"
/>
<div
class=
"el-login-footer"
>
<span>
Copyright 天津市融创软通科技股份有限公司
</span>
</div>
</div>
</
template
>
...
...
@@ -214,7 +216,7 @@ export default {
}
}
.blue-btn
{
background-color
:
#
093F8F
;
background-color
:
#
A22A48
;
width
:
100%
;
height
:
40px
;
border-radius
:
4px
;
...
...
@@ -251,7 +253,7 @@ export default {
height
:
40px
;
line-height
:
40px
;
position
:
fixed
;
bottom
:
0
;
bottom
:
10px
;
width
:
100%
;
text-align
:
center
;
color
:
#fff
;
...
...
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