@@ -61,7 +61,8 @@ export struct LoginView {
needCode: false,
inputChange: (value: string) => {
this.loginCollect.password = value
- }
+ },
+ marginBottom: 19
})
} else {
LoginInput({
@@ -76,7 +76,6 @@ export struct RegisterOrResetPassComp {
click: () => {
this.loginCollect.executeLogin("common")
},
- btHeight: 48,
btBorderRadius: 32