fix: 移除新建工程弹窗的背景遮罩阴影

This commit is contained in:
2026-05-25 21:27:58 +08:00
parent e650cea11c
commit c2cc542c84
@@ -56,13 +56,6 @@ export default function CreateProjectModal({
}}
onClick={onClose}
>
<div
style={{
position: 'absolute',
inset: 0,
background: 'rgba(0, 0, 0, 0.5)',
}}
/>
<div
className="card"
style={{