feat: 更新登录和注册页面,添加表单验证和样式

This commit is contained in:
2026-01-16 15:29:10 +07:00
parent c74a3dd930
commit f045810dd4
5 changed files with 1207 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ const { t } = useI18n();
ion-tab-bar {
height: 60px;
--background: var(--ion-background-color);
box-shadow: 0px 0px 12px rgba(45, 213, 90, 0.21);
box-shadow: 0px 0px 12px var(--ion-color-tertiary);
padding-bottom: var(--ion-safe-area-bottom);
}
.icon {