shenwu 8 月之前
父节点
当前提交
6a42077150
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/MiniApp/EntWeChat/Auth/index.tsx

+ 1 - 1
src/pages/MiniApp/EntWeChat/Auth/index.tsx

@@ -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 }}