File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ Normal login form which can contain more elements.
47
47
</a-input-password >
48
48
</a-form-item >
49
49
50
- <div class = " login -form-wrap " >
50
+ <a -form-item >
51
51
<a-form-item name =" remember" no-style >
52
52
<a-checkbox v-model:checked =" formState.remember" >Remember me</a-checkbox >
53
53
</a-form-item >
54
54
<a class =" login-form-forgot" href =" " >Forgot password</a >
55
- </div >
55
+ </a-form-item >
56
56
57
57
<a-form-item >
58
58
<a-button :disabled =" disabled" type =" primary" html-type =" submit" class =" login-form-button" >
@@ -105,13 +105,8 @@ export default defineComponent({
105
105
#components-form-demo-normal-login .login-form {
106
106
max-width : 300px ;
107
107
}
108
- #components-form-demo-normal-login .login-form-wrap {
109
- display : flex ;
110
- align-items : center ;
111
- justify-content : space-between ;
112
- }
113
108
#components-form-demo-normal-login .login-form-forgot {
114
- margin-bottom : 24 px ;
109
+ float : right ;
115
110
}
116
111
#components-form-demo-normal-login .login-form-button {
117
112
width : 100% ;
You can’t perform that action at this time.
0 commit comments