perf: btn color (#423)

This commit is contained in:
Archer
2023-10-24 13:19:23 +08:00
committed by GitHub
parent bf6dbfb245
commit 1942cb0d67
41 changed files with 350 additions and 221 deletions

View File

@@ -378,7 +378,7 @@ const kbTemplate = (formData: EditFormType): AppModuleItemType[] => [
key: 'userChatInput'
},
{
moduleId: 'kbSearch',
moduleId: 'datasetSearch',
key: 'userChatInput'
}
]
@@ -501,7 +501,7 @@ const kbTemplate = (formData: EditFormType): AppModuleItemType[] => [
x: 956.0838440206068,
y: 887.462827870246
},
moduleId: 'kbSearch'
moduleId: 'datasetSearch'
},
...(formData.kb.searchEmptyText
? [

View File

@@ -97,7 +97,14 @@ const SelectCollections = ({
});
return (
<MyModal isOpen onClose={onClose} maxW={['90vw', '900px']} h={['90vh', '80vh']} isCentered>
<MyModal
isOpen
onClose={onClose}
maxW={['90vw', '900px']}
w={'100%'}
h={['90vh', '80vh']}
isCentered
>
<Flex flexDirection={'column'} flex={'1 0 0'}>
<Box flex={'1 0 0'} px={4} py={2}>
<Flex flexDirection={'column'} h={'100%'} position={'relative'}>