瀏覽代碼

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

CaIon 2 年之前
父節點
當前提交
261dc43c4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/components/ChannelsTable.js

+ 1 - 1
web/src/components/ChannelsTable.js

@@ -622,7 +622,7 @@ const ChannelsTable = () => {
                         title="确定?"
                         okType={'warning'}
                         onConfirm={testAllChannels}
-                        position={isMobile()?'top':''}
+                        position={isMobile()?'top':'top'}
                     >
                         <Button theme='light' type='warning' style={{marginRight: 8}}>测试所有已启用通道</Button>
                     </Popconfirm>