fix: 修改同项目登录信息污染

This commit is contained in:
xuziqiang
2024-07-11 15:53:41 +08:00
parent 4d49ef4e42
commit 6137aaa4b6
19 changed files with 188 additions and 116 deletions

View File

@@ -32,6 +32,7 @@
getContainer: (triggerNode: any) => triggerNode.parentNode,
...attrs,
...props,
footerStyle: { textAlign: 'right' },
}));
return { getBindValue };
},