Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-login
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-login
Commits
96d9dc6b
Commit
96d9dc6b
authored
Nov 09, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换logo
parent
b04297f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
index.html
index.html
+2
-2
src/assets/image/img_logo.png
src/assets/image/img_logo.png
+0
-0
src/pages/login.vue
src/pages/login.vue
+5
-3
No files found.
index.html
View file @
96d9dc6b
...
...
@@ -3,8 +3,8 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<title>
单点
登录
</title>
<
link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"static/favicon.ico"
/
>
<title>
Beagle aPaaS Platform v3.0
登录
</title>
<
!-- <link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" /> --
>
</head>
<body>
<style>
...
...
src/assets/image/img_logo.png
0 → 100644
View file @
96d9dc6b
2.68 KB
src/pages/login.vue
View file @
96d9dc6b
...
...
@@ -3,7 +3,7 @@
<div
class=
"login_all"
>
<div
class=
"headercontainer"
>
<div
class=
"center-logo"
style=
"width:100%;"
>
<img
class=
"logo"
src=
"@/assets/image/
login_head
.png"
alt
/>
<img
class=
"logo"
src=
"@/assets/image/
img_logo
.png"
alt
/>
</div>
</div>
<el-card
v-show=
"active == 'login'"
class=
"box-card login"
>
...
...
@@ -704,8 +704,10 @@ export default {
}
.logo
{
width
:
275px
;
height
:
45px
;
/* width: 275px;
height: 45px; */
width
:
190px
;
height
:
31px
;
}
.login_forms
{
margin-top
:
20px
;
...
...
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