feat: 更新邮箱验证逻辑,添加用户姓名字段,优化组件交互

This commit is contained in:
2025-12-12 02:17:35 +07:00
parent 8d6e1b3835
commit 2050184075
7 changed files with 59 additions and 36 deletions

View File

@@ -24,4 +24,7 @@ defineExpose({} as ComponentInstance<typeof IonInput>);
--color: var(--ui-input-color, #000);
--border-radius: 8px;
}
.ui-input + .ui-input {
margin-top: 12px;
}
</style>