shenwu 6 ヶ月 前
コミット
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 }}