mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 23:55:36 +00:00
fix: incorrect popover position (#5568)
This commit is contained in:
@@ -330,6 +330,7 @@ const FavouriteAppSetting = ({ Header }: Props) => {
|
||||
|
||||
{/* action */}
|
||||
<Td p="0" w="0" textAlign="center">
|
||||
<Box w="158px">
|
||||
<PopoverConfirm
|
||||
type="delete"
|
||||
content={t('chat:setting.favourite.delete_app_confirm')}
|
||||
@@ -346,7 +347,6 @@ const FavouriteAppSetting = ({ Header }: Props) => {
|
||||
});
|
||||
}}
|
||||
Trigger={
|
||||
<Box w="158px">
|
||||
<IconButton
|
||||
size="sm"
|
||||
aria-label="delete"
|
||||
@@ -356,9 +356,9 @@ const FavouriteAppSetting = ({ Header }: Props) => {
|
||||
<MyIcon name="common/trash" w="20px" color="myGray.400" />
|
||||
}
|
||||
/>
|
||||
</Box>
|
||||
}
|
||||
/>
|
||||
</Box>
|
||||
</Td>
|
||||
</Tr>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user