mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-21 21:36:42 +08:00
Theme switch support (#3568)
### What problem does this PR solve? - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com> Co-authored-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -90,7 +90,7 @@ export const EditableCell: React.FC<EditableCellProps> = ({
|
||||
<Input ref={inputRef} onPressEnter={save} onBlur={save} />
|
||||
</Form.Item>
|
||||
) : (
|
||||
<div onClick={toggleEdit} className="truncate">
|
||||
<div onClick={toggleEdit} className="editable-cell-value-wrap">
|
||||
<Text>{children}</Text>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user