mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-21 21:36:42 +08:00
### What problem does this PR solve? Feat: Add Template operator #3560 ### Type of change - [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: 70 }}
|
||||
style={{ margin: 0, minWidth: 70 }}
|
||||
name={dataIndex}
|
||||
rules={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user