diff --git a/frontend/src/pages/S2AConfig.tsx b/frontend/src/pages/S2AConfig.tsx index 2be7265..38efe5f 100644 --- a/frontend/src/pages/S2AConfig.tsx +++ b/frontend/src/pages/S2AConfig.tsx @@ -268,20 +268,24 @@ export default function S2AConfig() { 未设置分组 )} -
- setNewGroupId(e.target.value)} - onKeyDown={(e) => e.key === 'Enter' && handleAddGroupId()} - /> +
+
+ setNewGroupId(e.target.value)} + onKeyDown={(e) => e.key === 'Enter' && handleAddGroupId()} + className="h-10" + /> +