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
a5be9ff1
Commit
a5be9ff1
authored
Mar 17, 2022
by
何小勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logo调整
parent
ff0be766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
src/assets/image/img_login_logo.png
src/assets/image/img_login_logo.png
+0
-0
src/pages/login.vue
src/pages/login.vue
+10
-3
No files found.
src/assets/image/img_login_logo.png
0 → 100644
View file @
a5be9ff1
16.3 KB
src/pages/login.vue
View file @
a5be9ff1
...
...
@@ -3,7 +3,10 @@
<div
class=
"login_all"
>
<div
class=
"headercontainer"
>
<div
class=
"center-logo"
style=
"width: 100%"
>
<img
class=
"logo"
src=
"@/assets/image/img_logo.png"
alt
/>
<img
class=
"logo"
src=
"@/assets/image/img_login_logo.png"
alt
/>
<div
class=
"logo_text"
>
贵州公安新一代警综API服务市场
</div>
</div>
</div>
<el-card
v-show=
"active == 'login'"
class=
"box-card login"
>
...
...
@@ -913,8 +916,12 @@ export default {
.logo
{
/* width: 275px;
height: 45px; */
width
:
190px
;
height
:
31px
;
/* width: 190px;
height: 31px; */
}
.logo_text
{
color
:
#fff
;
font-size
:
24px
;
}
.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