style: Add `!fixed` class to `DialogContent` for audit options.
Build and Push CodeReview / build (push) Has been cancelled
Details
Build and Push CodeReview / build (push) Has been cancelled
Details
This commit is contained in:
parent
136e2d14da
commit
c43b0f4c09
|
|
@ -878,7 +878,7 @@ export default function ProjectDetail() {
|
||||||
|
|
||||||
{/* 审计选项对话框 */}
|
{/* 审计选项对话框 */}
|
||||||
<Dialog open={showAuditOptionsDialog} onOpenChange={setShowAuditOptionsDialog}>
|
<Dialog open={showAuditOptionsDialog} onOpenChange={setShowAuditOptionsDialog}>
|
||||||
<DialogContent className="max-w-md cyber-card border-border cyber-dialog p-0">
|
<DialogContent className="max-w-md cyber-card border-border cyber-dialog p-0 !fixed">
|
||||||
{/* Terminal Header */}
|
{/* Terminal Header */}
|
||||||
<div className="flex items-center gap-2 px-4 py-3 cyber-bg-elevated border-b border-border">
|
<div className="flex items-center gap-2 px-4 py-3 cyber-bg-elevated border-b border-border">
|
||||||
<div className="flex items-center gap-1.5">
|
<div className="flex items-center gap-1.5">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue