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