diff --git a/web/air/src/components/ChannelsTable.js b/web/air/src/components/ChannelsTable.js
index 5de123ce..dee21a01 100644
--- a/web/air/src/components/ChannelsTable.js
+++ b/web/air/src/components/ChannelsTable.js
@@ -631,7 +631,7 @@ const ChannelsTable = () => {
title="确定?"
okType={'warning'}
onConfirm={() => { testChannels("all") }}
- position={isMobile() ? 'top' : 'top'}
+ position={isMobile() ? 'top' : 'left'}
>
@@ -639,7 +639,7 @@ const ChannelsTable = () => {
title="确定?"
okType={'warning'}
onConfirm={() => { testChannels("disabled") }}
- position={isMobile() ? 'top' : 'top'}
+ position={isMobile() ? 'top' : 'left'}
>
@@ -655,6 +655,7 @@ const ChannelsTable = () => {
content="此修改将不可逆"
okType={'danger'}
onConfirm={deleteAllDisabledChannels}
+ position={isMobile() ? 'top' : 'left'}
>