yangyin
2024-09-09 a0ae70b7b9df8d9079c3a05818447298d53eab97
src/views/project/yw/dataManage/knowledge/ViewKnowledge.vue
@@ -230,7 +230,7 @@
};
const handleViewKnowledgeFile = (row) => {
   router.push({
      name: 'ViewFile',
      name: 'ViewSegmentationFile',
      query: {
         id: row.id,
      },
@@ -382,7 +382,7 @@
.set-table-height {
   background: #fff;
   border-radius: 16px;
   height: calc(100% - 80px);
   height: calc(100% - 50px);
   margin-top: 12px;
   overflow-y: auto;
   padding: 20px 24px;