Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
najiu-frontend
najiu-admin-template
Commits
7b4fcd2e
Commit
7b4fcd2e
authored
Mar 02, 2021
by
Vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix login page style
parent
c625462e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Login.vue
src/views/sys/login/Login.vue
+1
-1
LoginForm.vue
src/views/sys/login/LoginForm.vue
+3
-3
No files found.
src/views/sys/login/Login.vue
View file @
7b4fcd2e
...
...
@@ -166,7 +166,7 @@
}
@media (max-width: @screen-sm) {
min-width:
26
0px;
min-width:
18
0px;
}
}
.@{countdown-prefix-cls} input {
...
...
src/views/sys/login/LoginForm.vue
View file @
7b4fcd2e
...
...
@@ -41,17 +41,17 @@
</Button>
-->
</FormItem>
<ARow
class=
"enter-x"
>
<ACol
:
span=
"7
"
>
<ACol
:
xs=
"24"
:md=
"8
"
>
<Button
block
@
click=
"setLoginState(LoginStateEnum.MOBILE)"
>
{{
t
(
'
sys.login.mobileSignInFormTitle
'
)
}}
</Button>
</ACol>
<ACol
:
span=
"8"
:offset=
"1
"
>
<ACol
:
md=
"8"
:xs=
"24"
class=
"xs:my-2 md:my-0 xs:mx-0 md:mx-2
"
>
<Button
block
@
click=
"setLoginState(LoginStateEnum.QR_CODE)"
>
{{
t
(
'
sys.login.qrSignInFormTitle
'
)
}}
</Button>
</ACol>
<ACol
:
span=
"7"
:offset=
"1
"
>
<ACol
:
md=
"7"
:xs=
"24
"
>
<Button
block
@
click=
"setLoginState(LoginStateEnum.REGISTER)"
>
{{
t
(
'
sys.login.registerButton
'
)
}}
</Button>
...
...
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