fix:光标

This commit is contained in:
xiaozhu
2026-08-11 19:02:22 +08:00
parent e80cbbd81c
commit a8a54f1b78
@@ -349,7 +349,6 @@ export function ProjectManagementPage({
<label className="form-field">
<span><span className="required">*</span></span>
<input
autoFocus={!editingProject}
value={projectForm.workspace_name}
onChange={(event) => setProjectForm({ ...projectForm, workspace_name: event.target.value })}
placeholder="请输入项目名称"