feat: agent log (#3537)

Co-authored-by: jyong <718720800@qq.com>
This commit is contained in:
KVOJJJin
2024-04-17 10:30:52 +08:00
committed by GitHub
parent 9b8861e3e1
commit e70482dfc0
26 changed files with 732 additions and 14 deletions

View File

@@ -39,12 +39,12 @@ const MessageLogModal: FC<MessageLogModalProps> = ({
<div
className={cn('relative flex flex-col py-3 bg-white border-[0.5px] border-gray-200 rounded-xl shadow-xl z-10')}
style={{
width,
width: fixedWidth ? width : 480,
...(!fixedWidth
? {
position: 'fixed',
top: 56 + 8,
left: 8,
left: 8 + (width - 480),
bottom: 16,
}
: {