style: fix UI related problems

This commit is contained in:
JustSong
2023-05-22 22:41:39 +08:00
parent 34bce5b464
commit 25eab0b224
2 changed files with 18 additions and 18 deletions

View File

@@ -405,7 +405,7 @@ const ChannelsTable = () => {
<Button size='small' loading={loading} onClick={testAllChannels}>
测试所有已启用通道
</Button>
<Button size='small' onClick={updateAllChannelsBalance} loading={updatingBalance}>更新所有已启用通道余额</Button>
<Button size='small' onClick={updateAllChannelsBalance} loading={loading || updatingBalance}>更新所有已启用通道余额</Button>
<Pagination
floated='right'
activePage={activePage}