mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
fix style of chat message log
This commit is contained in:
@ -37,10 +37,11 @@ const MessageLogModal: FC<MessageLogModalProps> = ({
|
||||
|
||||
return (
|
||||
<div
|
||||
className={cn('fixed top-16 bottom-2 flex flex-col py-3 bg-white border-[0.5px] border-gray-200 rounded-xl shadow-xl z-10')}
|
||||
className={cn('fixed bottom-2 flex flex-col py-3 bg-white border-[0.5px] border-gray-200 rounded-xl shadow-xl z-10')}
|
||||
style={{
|
||||
width: fixedWidth ? 400 : width,
|
||||
left: fixedWidth ? `${8 + width - 400}px` : '8px',
|
||||
top: fixedWidth ? 56 + 56 : 56 + 8,
|
||||
left: fixedWidth ? `${8 + width - 400 - 200}px` : '8px',
|
||||
}}
|
||||
ref={ref}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user