mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Add InvokeNode #1908 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -78,7 +78,7 @@ export const EditableCell: React.FC<EditableCellProps> = ({
|
||||
if (editable) {
|
||||
childNode = editing ? (
|
||||
<Form.Item
|
||||
style={{ margin: 0, width: 100 }}
|
||||
style={{ margin: 0, width: 70 }}
|
||||
name={dataIndex}
|
||||
rules={[
|
||||
{
|
||||
@ -95,7 +95,7 @@ export const EditableCell: React.FC<EditableCellProps> = ({
|
||||
// style={{ paddingRight: 24 }}
|
||||
onClick={toggleEdit}
|
||||
>
|
||||
<Text ellipsis={{ tooltip: children }} style={{ width: 100 }}>
|
||||
<Text ellipsis={{ tooltip: children }} style={{ width: 70 }}>
|
||||
{children}
|
||||
</Text>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user