Commit b244a1dd by CaIon

修复 测试所有渠道按钮 失效的问题

parent 8c411071
...@@ -622,7 +622,7 @@ const ChannelsTable = () => { ...@@ -622,7 +622,7 @@ const ChannelsTable = () => {
title="确定?" title="确定?"
okType={'warning'} okType={'warning'}
onConfirm={testAllChannels} onConfirm={testAllChannels}
position={isMobile()?'top':''} position={isMobile()?'top':'top'}
> >
<Button theme='light' type='warning' style={{marginRight: 8}}>测试所有已启用通道</Button> <Button theme='light' type='warning' style={{marginRight: 8}}>测试所有已启用通道</Button>
</Popconfirm> </Popconfirm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment