fix: flow type

This commit is contained in:
archer
2023-07-28 15:41:50 +08:00
parent fb8635a951
commit a77e3880f4
4 changed files with 11 additions and 7 deletions

View File

@@ -17,8 +17,8 @@ const ContextModal = ({
isOpen={true}
onClose={onClose}
title={`完整对话记录(${context.length}条)`}
minW={['90vw', '600px']}
h={['90vh', '80vh']}
minW={['90vw', '600px']}
isCentered
>
<ModalBody pt={0} whiteSpace={'pre-wrap'} textAlign={'justify'} fontSize={'sm'}>

View File

@@ -76,7 +76,6 @@ const QuoteModal = ({
</>
}
>
<ModalCloseButton />
<ModalBody pt={0} whiteSpace={'pre-wrap'} textAlign={'justify'} fontSize={'sm'}>
{rawSearch.map((item) => (
<Box