feat: 登录注册页样式修改

This commit is contained in:
zhangyh
2025-10-13 15:11:59 +08:00
parent 9b2332e86a
commit 5fdca4a3a9
5 changed files with 129 additions and 147 deletions

4
components.d.ts vendored
View File

@@ -14,5 +14,9 @@ declare module '@vue/runtime-core' {
RouterView: typeof import('vue-router')['RouterView']
SelectItem: typeof import('./src/components/selectStyle/selectItem.vue')['default']
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
VanDialog: typeof import('vant/es')['Dialog']
VanIcon: typeof import('vant/es')['Icon']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
}
}