wip(login): login developing

This commit is contained in:
陈凯龙
2021-12-31 17:19:53 +08:00
parent bc749702b5
commit 45d657d44c
23 changed files with 3413 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ declare global {
| 'SelectV2'
| 'InputPassword'
declare type ColProps = {
type ColProps = {
span?: number
xs?: number
sm?: number
@@ -93,6 +93,11 @@ declare global {
// 是否隐藏
hidden?: boolean
}
// VForm types end
// VConfigGlobal types start
declare interface VConfigGlobalTypes {
size?: ElememtPlusSzie
}
// VConfigGlobal types end
}

View File

@@ -1,3 +0,0 @@
declare interface VConfigGlobalTypes {
size?: ElememtPlusSzie
}