This commit is contained in:
dengqichen 2025-12-17 12:15:17 +08:00
parent 17b8f69c19
commit 96625fc77a

View File

@ -317,7 +317,7 @@ export const LogViewerWindow: React.FC<LogViewerWindowProps> = ({
<SelectTrigger className="h-7 w-40 text-xs">
<SelectValue placeholder="选择Pod" />
</SelectTrigger>
<SelectContent>
<SelectContent className="z-[9999]">
{podNames.map((name) => (
<SelectItem key={name} value={name}>
{name}