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:
balibabu
2024-03-22 19:21:20 +08:00
committed by GitHub
parent f6aee7f230
commit da39723f17
2 changed files with 144 additions and 125 deletions

View File

@@ -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="" />