Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_web_vue
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
张伯涛
91isoft_web_vue
Commits
5201646f
Commit
5201646f
authored
Mar 08, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
6dddcc91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
element-ui.scss
src/styles/element-ui.scss
+1
-0
login.vue
src/views/login/login.vue
+7
-4
No files found.
src/styles/element-ui.scss
View file @
5201646f
...
@@ -381,6 +381,7 @@ label {
...
@@ -381,6 +381,7 @@ label {
padding
:
8px
15px
;
padding
:
8px
15px
;
}
}
.el-message-box
{
.el-message-box
{
width
:
300px
;
.el-message-box__content
{
.el-message-box__content
{
padding
:
15px
;
padding
:
15px
;
}
}
...
...
src/views/login/login.vue
View file @
5201646f
<
template
>
<
template
>
<div
class=
"login"
>
<div
class=
"login"
>
<!-- v-loading="vLoading"-->
<el-form
ref=
"loginForm"
v-loading=
"vLoading"
:model=
"loginForm"
:rules=
"rules"
class=
"login-form"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"rules"
class=
"login-form"
>
<!--
<img
class=
"fy-logo"
src=
"../../assets/image/denglu_logo.png"
>
-->
<div
class=
"login_logoRow"
>
<div
class=
"login_logoRow"
>
<div
class=
"login_form_logo"
/>
<div
class=
"login_form_logo"
/>
</div>
</div>
...
@@ -191,6 +189,9 @@ export default {
...
@@ -191,6 +189,9 @@ export default {
this
.
loading
=
false
this
.
loading
=
false
this
.
vLoading
=
false
this
.
vLoading
=
false
this
.
captchaType
=
captchaType
this
.
captchaType
=
captchaType
}).
catch
(()
=>
{
this
.
loading
=
false
this
.
vLoading
=
false
})
})
},
},
getCookie
()
{
getCookie
()
{
...
@@ -245,7 +246,9 @@ export default {
...
@@ -245,7 +246,9 @@ export default {
// this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` });
// this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` });
// this.$router.push('/welcome')
// this.$router.push('/welcome')
this
.
$router
.
push
(
'/controlPlatform/control'
)
this
.
$router
.
push
(
'/controlPlatform/control'
)
this
.
loading
=
false
setTimeout
(()
=>
{
this
.
loading
=
false
},
1000
)
}).
catch
(()
=>
{
}).
catch
(()
=>
{
this
.
loading
=
false
this
.
loading
=
false
this
.
verify
=
false
this
.
verify
=
false
...
...
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