feat: when Layout recognize is false, hide pages (#144)
* feat: when Layout recognize is false, hide pages * feat: fix the name column to the leftmost part of the KnowledgeFile table
This commit is contained in:
@@ -112,6 +112,7 @@ const KnowledgeFile = () => {
|
||||
title: 'Name',
|
||||
dataIndex: 'name',
|
||||
key: 'name',
|
||||
fixed: 'left',
|
||||
render: (text: any, { id, thumbnail }) => (
|
||||
<div className={styles.tochunks} onClick={() => toChunk(id)}>
|
||||
<img className={styles.img} src={thumbnail} alt="" />
|
||||
|
||||
Reference in New Issue
Block a user