优化终端

This commit is contained in:
2025-08-15 01:17:53 +08:00
parent b940cfd70d
commit 830f6e42a8
7 changed files with 178 additions and 69 deletions

View File

@@ -14,7 +14,7 @@ export const MainContentArea: React.FC<MainContentAreaProps> = ({
}) => {
return (
<div className={cn(
'h-full w-full flex flex-col',
'h-full w-full flex flex-col overflow-hidden',
'bg-background',
isEditing && 'relative',
className