Fix height
This commit is contained in:
@@ -89,7 +89,7 @@ export const AutoTestPage: React.FC = () => {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="flex h-[calc(100vh-8rem)] gap-6 animate-in fade-in py-4">
|
||||
<div className="flex h-full min-h-0 gap-6 animate-in fade-in">
|
||||
{/* Left List */}
|
||||
<div className="w-80 flex flex-col gap-4 shrink-0">
|
||||
<h2 className="text-xl font-bold tracking-tight text-white">测试助手列表</h2>
|
||||
|
||||
Reference in New Issue
Block a user