mirror of
https://github.com/Funkoala14/KnowledgeBase_OOIN.git
synced 2025-06-08 05:38:13 +08:00
Compare commits
2 Commits
8bc4c8a2d4
...
2de8ec623f
Author | SHA1 | Date | |
---|---|---|---|
2de8ec623f | |||
8450c98d01 |
@ -73,7 +73,7 @@ const DocumentList = ({ knowledgeBaseId }) => {
|
|||||||
<td>
|
<td>
|
||||||
<div className='btn-group' role='group'>
|
<div className='btn-group' role='group'>
|
||||||
<button
|
<button
|
||||||
className='btn btn-sm btn-outline-primary me-2'
|
className='btn btn-sm btn-outline-primary me-2 d-none'
|
||||||
onClick={() => handlePreviewDocument(doc.document_id)}
|
onClick={() => handlePreviewDocument(doc.document_id)}
|
||||||
>
|
>
|
||||||
预览
|
预览
|
||||||
|
@ -118,7 +118,7 @@ const DocumentPreviewModal = ({ show, documentId, knowledgeBaseId, onClose }) =>
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className='modal-footer'>
|
<div className='modal-footer'>
|
||||||
<button type='button' className='btn btn-secondary' onClick={onClose}>
|
<button type='button' className='btn btn-outline-secondary' onClick={onClose}>
|
||||||
关闭
|
关闭
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user