From 1f0a2fc7917f273ded264a04407bd2e36940d259 Mon Sep 17 00:00:00 2001 From: "Apple\\Apple" Date: Sat, 16 Mar 2024 09:51:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E6=B8=A0=E9=81=93?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/air/src/components/ChannelsTable.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'} >