Skip to content

Commit 8026247

Browse files
committed
feature: 优化前端展示
1 parent eb8dce2 commit 8026247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/DataCleansing/Create/components/OperatorOrchestration.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ const OperatorFlow: React.FC<OperatorFlowProps> = ({
150150
max={selectedOperators.length}
151151
defaultValue={index + 1}
152152
className="w-10 h-6 text-xs text-center"
153+
style={{ width: 60 }}
153154
autoFocus
154155
onBlur={(e) => handleIndexChange(operator.id, e.target.value)}
155156
onKeyDown={(e) => {

0 commit comments

Comments
 (0)