wjx 2 年之前
父节点
当前提交
50f343f943
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/launchSystemNew/account/index.tsx

+ 1 - 1
src/pages/launchSystemNew/account/index.tsx

@@ -160,7 +160,7 @@ const AdAuthorize: React.FC = () => {
                     pageSize={getAdAccountList?.data?.data?.size}
                     size="small"
                     scroll={{ y: 600 }}
-                    leftChild={<Space>
+                    leftChild={<Space wrap>
                         <Radio.Group value={switchType} onChange={(e) => { setSwitchType(e.target.value); setSelectAccData([]) }}>
                             <Radio.Button value="account">批量切号</Radio.Button>
                             <Radio.Button value="putUser">批量指派投放助理</Radio.Button>