Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
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
赵啸非
smart_gov_platform
Commits
54983433
Commit
54983433
authored
Aug 11, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改登录框
parent
4e7bd7e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
portal-manager-ui/admin/src/views/signIn/signIn.vue
portal-manager-ui/admin/src/views/signIn/signIn.vue
+16
-15
No files found.
portal-manager-ui/admin/src/views/signIn/signIn.vue
View file @
54983433
...
...
@@ -34,18 +34,15 @@
@
pressEnter=
"handleSubmit"
/>
</a-form-model-item>
<a-form-model-item
prop=
"code"
>
<div
class=
"code"
style=
"width: 520px; height: 52px"
>
<a-input
placeholder=
"请输入验证码"
onfocus=
"this.placeholder=''"
onblur=
"this.placeholder='请输入验证码'"
style=
"height: 52px"
v-model=
"form.code"
@
pressEnter=
"handleSubmit"
/>
<img
:src=
"imgCode"
@
click=
"createCode"
/>
</div>
<a-form-model-item
class=
"code"
prop=
"code"
>
<a-input
placeholder=
"请输入验证码"
onfocus=
"this.placeholder=''"
onblur=
"this.placeholder='请输入验证码'"
v-model=
"form.code"
@
pressEnter=
"handleSubmit"
/>
<img
:src=
"imgCode"
@
click=
"createCode"
/>
</a-form-model-item>
<a-form-model-item>
<a-button
...
...
@@ -181,9 +178,13 @@ export default {
}
}
}
.code {
display: flex;
align-items: center;
/deep/.code {
.ant-form-item-children {
width: 520px;
height: 52px;
display: flex;
align-items: center;
}
.ant-input {
height: 100%;
border-radius: 4px 0px 0px 4px;
...
...
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