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