panel-operator

This commit is contained in:
StyleZhang
2024-02-28 18:29:12 +08:00
parent 510f0593e9
commit d2d6904c9b
15 changed files with 178 additions and 138 deletions

View File

@ -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'>