fix: resolve login page layout issue
This commit is contained in:
parent
cc6142b617
commit
2cb0e854c7
|
|
@ -32,7 +32,7 @@ const modalConfig: IModalConfig<UserForm> = {
|
|||
type: "UpImage",
|
||||
},
|
||||
{
|
||||
label: "开关2",
|
||||
label: "开关3",
|
||||
prop: "status",
|
||||
type: "switch",
|
||||
options: [
|
||||
|
|
@ -47,6 +47,6 @@ const modalConfig: IModalConfig<UserForm> = {
|
|||
},
|
||||
],
|
||||
};
|
||||
export interface UserForm {}
|
||||
export interface UserForm { }
|
||||
// 如果有异步数据会修改配置的,推荐用reactive包裹,而纯静态配置的可以直接导出
|
||||
export default reactive(modalConfig);
|
||||
|
|
|
|||
Loading…
Reference in New Issue