mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
4.8.8 test fix (#2143)
* perf: transcriptions api * perf: variable picker tip * perf: variable picker tip * perf: chat select app * feat: router to app detail * perf: variable avoid space * perf: variable picker * perf: doc2x icon and params * perf: sandbox support countToken * feat: sandbox support delay and countToken
This commit is contained in:
@@ -94,8 +94,7 @@ export default function VariableLabelPickerPlugin({
|
||||
<Box
|
||||
bg={'white'}
|
||||
boxShadow={'lg'}
|
||||
borderWidth={'1px'}
|
||||
borderColor={'borderColor.base'}
|
||||
border={'base'}
|
||||
p={2}
|
||||
borderRadius={'md'}
|
||||
position={'absolute'}
|
||||
|
@@ -29,9 +29,9 @@ export default function VariableLabel({
|
||||
<span>
|
||||
<Avatar
|
||||
src={nodeAvatar as any}
|
||||
w={'16px'}
|
||||
w={'1rem'}
|
||||
mr={1}
|
||||
borderRadius={'2.8px'}
|
||||
borderRadius={'xs'}
|
||||
display={'inline-flex'}
|
||||
verticalAlign={'middle'}
|
||||
mb={'3px'}
|
||||
|
Reference in New Issue
Block a user