@@ -45,7 +45,7 @@ const Page: React.FC = () => {
open={open}
onCancel={() => { setOpen(false) }}
onOk={auth}
- width={900}
+ width={"40%"}
>
<ProTable<any, any>
scroll={{ x: true, y: 600 }}