Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
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
honghuiliu
qsh-wc
Commits
f1a05e3b
Commit
f1a05e3b
authored
Sep 07, 2022
by
mahui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
ff1ca48e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
login.vue
pc/src/views/login.vue
+9
-0
No files found.
pc/src/views/login.vue
View file @
f1a05e3b
...
...
@@ -18,6 +18,7 @@
</div>
</div>
</div>
<div
class=
"logo"
>
@浙江丹靓环境工程有限公司
</div>
</div>
</
template
>
...
...
@@ -71,6 +72,7 @@
</
script
>
<
style
lang=
"less"
>
.login{
position: relative;
width: 100%;
height: 100%;
background: url("../assets/img/login-bg.png") no-repeat center 100%/cover;
...
...
@@ -156,6 +158,13 @@
}
}
}
.logo{
position: absolute;
bottom: 22px;
right: 24px;
color: #ccc;
z-index: 10;
}
}
</
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