v4.6.6-search test adapt diff search mode (#685)

This commit is contained in:
Archer
2024-01-03 15:40:03 +08:00
committed by GitHub
parent c766a0ed8a
commit 13b10720ac
57 changed files with 1101 additions and 612 deletions

View File

@@ -170,7 +170,7 @@ const ChatHistorySlider = ({
variant={'whiteDanger'}
size={'mdSquare'}
aria-label={''}
borderRadius={'xl'}
borderRadius={'50%'}
onClick={openConfirm(onClearHistory)}
>
<MyIcon name={'clear'} w={'16px'} />
@@ -191,7 +191,7 @@ const ChatHistorySlider = ({
px={4}
cursor={'pointer'}
userSelect={'none'}
borderRadius={'lg'}
borderRadius={'md'}
mb={2}
_hover={{
bg: 'myGray.100',
@@ -287,7 +287,7 @@ const ChatHistorySlider = ({
py={2}
px={3}
mb={3}
borderRadius={'lg'}
borderRadius={'md'}
alignItems={'center'}
{...(item._id === appId
? {

View File

@@ -46,7 +46,7 @@ const SliderApps = ({ appId }: { appId: string }) => {
px={3}
mb={3}
cursor={'pointer'}
borderRadius={'lg'}
borderRadius={'md'}
alignItems={'center'}
{...(item._id === appId
? {