Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
house-type
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
xingyuji
house-type
Commits
1ea9f6e5
Commit
1ea9f6e5
authored
Jul 10, 2020
by
xingyuji
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into 'master'
Develop See merge request
!21
parents
2d0ca745
f04a64bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
.env.sit
.env.sit
+1
-1
.env.uat
.env.uat
+1
-1
Login.vue
src/views/Login.vue
+7
-5
No files found.
.env.sit
View file @
1ea9f6e5
...
...
@@ -12,4 +12,4 @@ REGION = 'oss-cn-hangzhou'
BUCKET = 'staven-prod'
PREFIX = 'staven-blog'
outputDir = 'sit'
\ No newline at end of file
outputDir = 'tenio-front-sit'
.env.uat
View file @
1ea9f6e5
...
...
@@ -12,4 +12,4 @@ REGION = 'oss-cn-hangzhou'
BUCKET = 'staven-prod'
PREFIX = 'staven-blog'
outputDir = '
prod
'
outputDir = '
tenio-front-uat
'
src/views/Login.vue
View file @
1ea9f6e5
<
template
>
<section
class=
"login"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
auto-complete=
"on"
label-position=
"left"
>
<h3
class=
"title"
>
LOGIN
</h3>
<div
align=
"center"
style=
"margin-bottom: 40px"
>
<img
:src=
"require('@assets/img/logo.png')"
width=
"150"
alt=
""
>
</div>
<h4
class=
"title"
>
户型查询系统
</h4>
<el-form-item
prop=
"username"
>
<span
class=
"svg-container"
>
<svg-icon
icon-class=
"user"
/>
...
...
@@ -25,7 +28,7 @@
</el-form-item>
<el-form-item>
<el-button
:loading=
"loading"
type=
"primary"
style=
"width:100%;"
@
click
.
native
.
prevent=
"toLogin"
>
Sign in
登 录
</el-button>
</el-form-item>
</el-form>
...
...
@@ -145,7 +148,7 @@ export default {
position: fixed;
height: 100%;
width: 100%;
background
-color: bg
;
background
: linear-gradient(90deg, #286690, #102244)
;
.login-form {
position: absolute;
left: 0;
...
...
@@ -163,8 +166,7 @@ export default {
display: inline-block;
}
.title {
font-size: 26px;
font-weight: 400;
font-size: 22px;
color: light_gray;
margin: 0px auto 40px auto;
text-align: center;
...
...
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