wjx vor 2 Jahren
Ursprung
Commit
50f343f943
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>