2 Commits

Author SHA1 Message Date
Gmarker689 a7a071960b !78 fix: 移除新建工程弹窗的背景遮罩阴影
Merge pull request !78 from 何朝晖/style/frontend
2026-05-25 13:32:55 +00:00
wonder c2cc542c84 fix: 移除新建工程弹窗的背景遮罩阴影 2026-05-25 21:27:58 +08:00
@@ -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={{