mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
panel-operator
This commit is contained in:
@ -4,7 +4,7 @@ import ChatWrapper from './chat-wrapper'
|
||||
const DebugAndPreview: FC = () => {
|
||||
return (
|
||||
<div
|
||||
className='flex flex-col w-[400px] h-full rounded-l-2xl border border-black/[0.02] shadow-xl z-10'
|
||||
className='flex flex-col w-[400px] h-full rounded-l-2xl border border-black/[0.02] shadow-xl'
|
||||
style={{ background: 'linear-gradient(156deg, rgba(242, 244, 247, 0.80) 0%, rgba(242, 244, 247, 0.00) 99.43%), var(--white, #FFF)' }}
|
||||
>
|
||||
<div className='shrink-0 flex items-center justify-between px-4 pt-3 pb-2'>
|
||||
|
||||
Reference in New Issue
Block a user