1 Commits

Author SHA1 Message Date
wonder c2cc542c84 fix: 移除新建工程弹窗的背景遮罩阴影 2026-05-25 21:27:58 +08:00
@@ -56,13 +56,6 @@ export default function CreateProjectModal({
}} }}
onClick={onClose} onClick={onClose}
> >
<div
style={{
position: 'absolute',
inset: 0,
background: 'rgba(0, 0, 0, 0.5)',
}}
/>
<div <div
className="card" className="card"
style={{ style={{