From 7350ccd4d074869ba6d77fed8019ea77ea4e8f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A8=9C?= Date: Tue, 3 Jun 2025 20:38:36 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Node.js=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC;=E8=A1=A5=E5=85=85=E7=BC=BA=E5=A4=B1=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/assets/svg/more_active.svg | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/assets/svg/more_active.svg diff --git a/package.json b/package.json index 7ccb607..fcd67a7 100644 --- a/package.json +++ b/package.json @@ -127,6 +127,6 @@ }, "license": "MIT", "engines": { - "node": ">=18.18.2" + "node": ">=22.14.0" } } diff --git a/src/assets/svg/more_active.svg b/src/assets/svg/more_active.svg new file mode 100644 index 0000000..4158d0b --- /dev/null +++ b/src/assets/svg/more_active.svg @@ -0,0 +1,13 @@ + + + Created with Pixso. + + + + + + + + + + -- Gitee From b2933e10d80f52dd3bf136aba41e09f3fc846505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A8=9C?= Date: Tue, 3 Jun 2025 20:39:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=A2=9C=E8=89=B2=E5=92=8C=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E9=AB=98=E5=BA=A6=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=9B=A2=E9=98=9Ftabs=E7=BB=84=E4=BB=B6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableFilter/index.vue | 2 +- src/styles/dataSet.scss | 14 +- src/styles/evaluate.scss | 10 +- src/styles/group.scss | 503 ++++++++++++++------------- src/styles/knowledgeFile.scss | 11 +- src/styles/knowledgeForm.scss | 1 + src/styles/knowledgeLibrary.scss | 15 +- src/styles/login.scss | 2 +- src/styles/reset.scss | 12 +- src/styles/uploadProgress.scss | 10 +- src/views/dataSet/index.vue | 2 +- src/views/evaluate/index.vue | 47 +-- src/views/group/index.vue | 7 +- src/views/knowledgeFile/index.vue | 2 +- src/views/knowledgeLibrary/index.vue | 1 - 15 files changed, 331 insertions(+), 308 deletions(-) diff --git a/src/components/TableFilter/index.vue b/src/components/TableFilter/index.vue index b4b6258..05429a2 100644 --- a/src/components/TableFilter/index.vue +++ b/src/components/TableFilter/index.vue @@ -246,7 +246,7 @@ const hanldeSearhNameFilter = () => { } .el-input__icon:hover { - color: rgb(0 119 255); + color: rgb(99,149,253); } } diff --git a/src/styles/dataSet.scss b/src/styles/dataSet.scss index 68bbd90..387fdff 100644 --- a/src/styles/dataSet.scss +++ b/src/styles/dataSet.scss @@ -60,7 +60,7 @@ max-height: 112px; padding: 16px; padding-bottom: 12px; - background: rgb(253 254 255); + background: var(--o-bg-color-base); border-radius: 2px; .el-progress__text { @@ -115,6 +115,7 @@ font-family: 'HarmonyOS Sans SC Regular', sans-serif !important; font-size: 12px; font-weight: 600; + color: var(--o-text-color-primary); .el-icon { font-size: 14px; @@ -165,7 +166,7 @@ .successTask { margin-left: 18px; font-size: 12px; - color: rgb(0 119 255); + color: rgb(99,149,253); cursor: pointer; } @@ -175,7 +176,7 @@ .errorRestart { font-size: 12px; - color: rgb(0 119 255); + color: rgb(99,149,253); cursor: pointer; } @@ -209,7 +210,7 @@ } .upload-restart { - color: rgb(0 119 255); + color: rgb(99,149,253); cursor: pointer; } } @@ -220,7 +221,7 @@ margin-bottom: 8px; font-size: 12px; font-weight: 700; - color: rgb(0 119 255); + color: rgb(99,149,253); text-align: right; cursor: pointer; } @@ -399,7 +400,6 @@ } .el-pagination { - margin-top: 0; margin-top: 24px !important; } @@ -427,7 +427,7 @@ .dataSet-container-table-box { margin-top: 16px; - height: calc(100vh - 266px); + height: calc(100vh - 256px); display: flex; flex-direction: column; diff --git a/src/styles/evaluate.scss b/src/styles/evaluate.scss index 739c1ad..6e145eb 100644 --- a/src/styles/evaluate.scss +++ b/src/styles/evaluate.scss @@ -6,7 +6,6 @@ } .group-table-box { - padding: 0px 0 24px; height: 100%; display: flex; flex-direction: column; @@ -36,7 +35,9 @@ } } - + .test-table{ + height: calc(100vh - 324px); + } .el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell { border-right: unset !important; } @@ -89,6 +90,11 @@ cursor: pointer; } + .testing-model-type{ + display: flex; + align-items: center; + } + .statusAnalysis { display: flex; align-items: center; diff --git a/src/styles/group.scss b/src/styles/group.scss index 4a0a2ca..a5294df 100644 --- a/src/styles/group.scss +++ b/src/styles/group.scss @@ -10,292 +10,305 @@ display: flex; flex-direction: column; width: 100%; - height: calc(100vh - 304px); + height: calc(100vh - 284px); overflow-y: auto; - background: var(--o-bg-color-base); border-radius: 4px; transform: translateY(-40px); .el-tabs--border-card{ border: none; } .group-tabs { - .group-tabs-item { - .group-tab-header { + .group-tabs-item { + // height: 785px; + .group-tab-header { + display: flex; + justify-content: space-between; + .group-btn { + border-radius: 4px !important; + width: 96px; + background-color: rgb(99, 149, 253); + } + .group-right-btn { display: flex; - justify-content: space-between; - .group-btn { - border-radius: 4px !important; - width: 96px; - background-color: rgb(99, 149, 253); - } - .group-right-btn { - display: flex; - gap: 8px; + gap: 8px; - .group-btn-search { - width: 400px; - height: 32px; + .group-btn-search { + width: 400px; + height: 32px; - .el-input__icon { - font-size: 16px; - } + .el-input__icon { + font-size: 16px; + } - .el-input__inner { - font-size: 12px !important; - line-height: 16px; - } + .el-input__inner { + font-size: 12px !important; + line-height: 16px; + } - .el-input__wrapper { - padding-right: 8px !important; - } - } - - .group-btn-switch { - box-sizing: border-box; - display: flex; - align-items: center; - width: 64px; - height: 32px; - border: 1px solid var(--o-border-color-light); - border-radius: 4px; - overflow: hidden; - - .group-btn-switch-icon { - display: flex; - align-items: center; - justify-content: center; - width: 32px; - height: 32px; - cursor: pointer; - - .el-icon { - color: #8d98aa; - font-size: 16px !important; - } - } - - .bgThumb { - height: 32px; - background: rgb(99 149 253); - - .el-icon { - color: white; - font-size: 16px !important; - } - } - } - } - } - .group-content-container{ - min-height: calc(100vh - 464px); - margin-top: 16px; - margin-bottom: 10px; - - .group-tabs-content { - margin-top: 16px; - display: flex; - justify-content: space-between; - display: grid; - grid-template-columns: repeat(auto-fill, 339px); - gap: 16px; - max-height: 660px; - overflow-y: auto; - .group-card-empty{ + .el-input__wrapper { + padding-right: 8px !important; + } + } + + .group-btn-switch { + box-sizing: border-box; display: flex; - justify-content: center; align-items: center; - width: 90vw; - height: 650px; - } - .group-card-item { - - width: 339px; - height: 124px; - border-radius: 8px; - background-color: var(--o-bg-color-light); - padding: 16px; + width: 64px; + height: 32px; + border: 1px solid var(--o-border-color-light); + border-radius: 4px; + overflow: hidden; + + .group-btn-switch-icon { + display: flex; + align-items: center; + justify-content: center; + width: 32px; + height: 32px; cursor: pointer; + + .el-icon { + color: #8d98aa; + font-size: 16px !important; + } + } + + .bgThumb { + height: 32px; + background: rgb(99 149 253); + + .el-icon { + color: white; + font-size: 16px !important; + } + } + } + } + } + .group-content-container{ + min-height: calc(100vh - 464px); + margin-top: 16px; + margin-bottom: 10px; + + .group-tabs-content { + margin-top: 16px; + display: flex; + justify-content: space-between; + display: grid; + grid-template-columns: repeat(auto-fill, 339px); + gap: 16px; + max-height: 660px; + overflow-y: auto; + .group-card-empty{ + display: flex; + justify-content: center; + align-items: center; + width: 90vw; + height: 650px; + } + .group-card-item { - .group-card-title { - display: flex; - justify-content: space-between; - align-items: center; - .group-card-title-name { - font-size: 16px; - font-weight: 700; - line-height: 24px; - color: var(--o-text-color-primary); - } - - .card-type { - border-radius: 2px; - width: 40px; - height: 16px; - color: white; - text-align: center; - font-size: 12px; - line-height: 16px; - } - - .card-type-public { - background-color: rgb(36, 171, 54); - } + width: 339px; + height: 124px; + border-radius: 8px; + background-color: var(--o-bg-color-light); + padding: 16px; + cursor: pointer; - .card-type-privacy { - background-color: rgb(235, 175, 0); - } + .group-card-title { + display: flex; + justify-content: space-between; + align-items: center; + .group-card-title-name { + font-size: 16px; + font-weight: 700; + line-height: 24px; + color: var(--o-text-color-primary); } - .group-card-desc { - width: 307px; - height: 32px; + .card-type { + border-radius: 2px; + width: 40px; + height: 16px; + color: white; + text-align: center; font-size: 12px; line-height: 16px; - color: var(--o-text-color-secondary); - margin: 6px 0 14px; - overflow: hidden; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - cursor: pointer; - - } - - .group-card-footer { - display: flex; - justify-content: space-between; - align-items:baseline; - - .info { - font-size: 12px; - color: var(--o-text-color-tertiary); - line-height: 32px; - .member-count{ - margin-left: 16px; - img{ - display: inline-block; - transform: translateY(3px); - } - } - } + } + + .card-type-public { + background-color: rgb(36, 171, 54); + } + + .card-type-privacy { + background-color: rgb(235, 175, 0); + } } - } - } - .group-table-box { - padding: 0 0 24px; - height: 100%; - display: flex; - flex-direction: column; - gap: 24px; - min-height: 200px; - - tbody { - td { - border-right: unset !important; + + .group-card-desc { + width: 307px; + height: 32px; + font-size: 12px; + line-height: 16px; + color: var(--o-text-color-secondary); + margin: 6px 0 14px; + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + cursor: pointer; + } - } - - .el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell { - border-right: unset !important; - } - - .el-table__header { - width: 100% !important; - - height: 32px; - box-shadow: inset 0 -1px 0 0 rgb(223 229 239); - - thead tr th { - background-color: #f4f6fa; + + .group-card-footer { + display: flex; + justify-content: space-between; + align-items:baseline; + + .info { + font-size: 12px; + color: var(--o-text-color-tertiary); + line-height: 32px; + .member-count{ + margin-left: 16px; + img{ + display: inline-block; + transform: translateY(3px); + } + } + } } + } + } + .group-table-box { + padding: 0 0 24px; + height: 100%; + display: flex; + flex-direction: column; + gap: 24px; + min-height: 200px; + + tbody { + td { + border-right: unset !important; } - - .el-table__body-wrapper{ - max-height: 660px; - overflow-y: auto - } - - .group-name-row { - color: rgb(99 149 253); - font-size: 12px; - font-weight: 500; - cursor: pointer; - } - - .group-id { - .el-icon { - color: #8d98aa; - } + } + + .el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell { + border-right: unset !important; + } + + .el-table__header { + width: 100% !important; + + height: 32px; + box-shadow: inset 0 -1px 0 0 rgb(223 229 239); + + thead tr th { + background-color: #f4f6fa; } + } - .card-type { - display: inline-block; - border-radius: 2px; - width: 40px; - height: 16px; - color: white; - text-align: center; + .el-table__body-wrapper{ + max-height: 660px; + overflow-y: auto + } + + .group-name-row { + color: rgb(99 149 253); font-size: 12px; - line-height: 16px; + font-weight: 500; + cursor: pointer; } - - .card-type-public { - background-color: rgb(36, 171, 54); + + .group-id { + .el-icon { + color: #8d98aa; + } } - .card-type-privacy { - background-color: rgb(235, 175, 0); - } - - .el-table__body { - width: 100% !important; - - .el-table__row { - height: 48px; - } - } + .card-type { + display: inline-block; + border-radius: 2px; + width: 40px; + height: 16px; + color: white; + text-align: center; + font-size: 12px; + line-height: 16px; + } - .el-table__cell { - padding: 0 !important; - font-size: 12px; - } + .card-type-public { + background-color: rgb(36, 171, 54); + } - .el-table--border .el-table__cell:first-child .cell { - padding: 0 12px !important; + .card-type-privacy { + background-color: rgb(235, 175, 0); + } + + .el-table__body { + width: 100% !important; + + .el-table__row { + height: 48px; } + } - .el-table-column--selection .cell { - padding-right: 0 !important; - padding-left: 22px; - } + .el-table__cell { + padding: 0 !important; + font-size: 12px; + } - .group-selection::after { - content: unset !important; - } + .el-table--border .el-table__cell:first-child .cell { + padding: 0 12px !important; + } - .el-pagination { - margin-top: 0; - } + .el-table-column--selection .cell { + padding-right: 0 !important; + padding-left: 22px; + } - .el-pagination .el-input__inner { - height: var(--el-input-inner-height) !important; - } + .group-selection::after { + content: unset !important; + } + + .el-pagination { + margin-top: 0; + } + + .el-pagination .el-input__inner { + height: var(--el-input-inner-height) !important; } } + } + .group-pagination{ + margin-bottom: 24px; + } + } + .el-tabs__content{ + padding: 16px 24px 0 !important; + background-color: var(--o-bg-color-base); + border-radius: 0 8px 8px 8px; + } + .el-tabs__header{ + margin-bottom: 4px; + border: unset !important; + } + + .el-tabs__header .el-tabs__nav{ + border: unset !important; + } + .el-tabs__header .el-tabs__item{ + border: unset !important; + color: var(--o-text-color-secondary) !important; + font-weight: 500 !important; + background-color: var(--o-bg-color-base) !important; + &.is-active{ + color: rgb(99, 149, 253) !important; + font-weight: 500 !important; } - .el-tabs__content{ - padding: 16px 24px 0 !important; - background-color: var(--o-bg-color-base); - } - .el-tabs__header{ - background-color: var(--o-bg-color-light) !important; - border-bottom: 1px solid var(--o-border-color-base) !important; - } - - .el-tabs__header .el-tabs__item,.el-tabs__item.is-active{ - background-color: var(--o-bg-color-light) !important; - border: 1px solid var(--o-border-color-base) !important; - } + } } } } \ No newline at end of file diff --git a/src/styles/knowledgeFile.scss b/src/styles/knowledgeFile.scss index 903e178..03f36a3 100644 --- a/src/styles/knowledgeFile.scss +++ b/src/styles/knowledgeFile.scss @@ -3,7 +3,7 @@ flex-direction: column; gap: 16px; width: 100%; - height: calc(100vh - 220px); + height: calc(100vh - 200px); min-width: 1240px; .kf-container-top { display: flex; @@ -67,7 +67,7 @@ .kf-ops-btn { color: rgb(255 255 255); - background: rgb(0 119 255); + background: rgb(99,149,253); } } @@ -476,12 +476,6 @@ } } - .docName { - label { - transform: translateX(-9px); - } - } - .editTip { display: flex; gap: 9px; @@ -498,6 +492,7 @@ .editTipText { font-size: 12px; color: #8d98aa; + line-height: 16px; } .config-size { diff --git a/src/styles/knowledgeForm.scss b/src/styles/knowledgeForm.scss index 741a45a..afb3395 100644 --- a/src/styles/knowledgeForm.scss +++ b/src/styles/knowledgeForm.scss @@ -133,6 +133,7 @@ align-items: center; padding: 0 !important; font-size: 12px !important; + color: var(--o-text-color-secondary) !important; .el-icon { margin-top: 2px; diff --git a/src/styles/knowledgeLibrary.scss b/src/styles/knowledgeLibrary.scss index b6596c3..a49f0cd 100644 --- a/src/styles/knowledgeLibrary.scss +++ b/src/styles/knowledgeLibrary.scss @@ -393,9 +393,7 @@ height: var(--el-input-inner-height) !important; } } -.el-pagination{ - margin-bottom: 24px; -} + .o-export-progress-notify { position: fixed; right: 24px; @@ -450,7 +448,7 @@ max-height: 112px; padding: 16px; padding-bottom: 12px; - background: rgb(253 254 255); + background: var(--o-bg-color-base); border-radius: 2px; .el-progress__text { @@ -505,6 +503,7 @@ font-family: 'HarmonyOS Sans SC Regular', sans-serif !important; font-size: 12px; font-weight: 600; + color: var(--o-text-color-primary); .el-icon { font-size: 14px; @@ -555,7 +554,7 @@ .successTask { margin-left: 18px; font-size: 12px; - color: rgb(0 119 255); + color: rgb(99,149,253); cursor: pointer; } @@ -565,7 +564,7 @@ .errorRestart { font-size: 12px; - color: rgb(0 119 255); + color: rgb(99,149,253); cursor: pointer; } @@ -599,7 +598,7 @@ } .upload-restart { - color: rgb(0 119 255); + color: rgb(99,149,253); cursor: pointer; } } @@ -610,7 +609,7 @@ margin-bottom: 8px; font-size: 12px; font-weight: 700; - color: rgb(0 119 255); + color: rgb(99,149,253); text-align: right; cursor: pointer; } diff --git a/src/styles/login.scss b/src/styles/login.scss index eef45f7..62cd555 100644 --- a/src/styles/login.scss +++ b/src/styles/login.scss @@ -63,7 +63,7 @@ margin-top: 100px; font-size: 16px; font-weight: 500; - background-color: rgb(0 119 255); + background-color: rgb(99,149,253); border-radius: 2px; span { diff --git a/src/styles/reset.scss b/src/styles/reset.scss index be9d6ad..0302a27 100644 --- a/src/styles/reset.scss +++ b/src/styles/reset.scss @@ -206,7 +206,7 @@ $newHoverBg: linear-gradient( .el-dropdown-menu__item:not(.is-disabled):hover { color: rgb(255 255 255) !important; - background: var(--o-button-bg); + background: var(--o-button-bg) !important; } } @@ -312,7 +312,6 @@ div:focus { flex-direction: column; width: 168px !important; padding: 8px 16px 16px !important; - background: rgb(253 254 255) !important; transform: translateY(-10px); .el-checkbox-group { @@ -341,7 +340,7 @@ div:focus { } } .form-right-tip { - color: rgb(141, 152, 170); + color: var(--o-text-color-tertiary); font-size: 12px; } .kbLibraryPage { @@ -420,7 +419,6 @@ div:focus { .dataSet-edit-dialog { .el-form-item__content { button.is-disabled { - background: #b8d9ff !important; border: unset; span { color: #fff !important; @@ -431,7 +429,6 @@ div:focus { .upload-ops-btn { button.is-disabled { - background: #b8d9ff !important; border: unset; } } @@ -474,6 +471,9 @@ div:focus { } .el-pager li{ background-color: var(--o-bg-color-base) !important; + &.is-active{ + color: rgb(99,149,253) !important; + } } .btn-next { margin-right: 8px !important; @@ -674,7 +674,7 @@ div:focus { .start-date, .end-date { .el-date-table-cell__text { - background: rgb(0 119 255); + background: rgb(99,149,253); } } diff --git a/src/styles/uploadProgress.scss b/src/styles/uploadProgress.scss index 2ceafde..7f4f992 100644 --- a/src/styles/uploadProgress.scss +++ b/src/styles/uploadProgress.scss @@ -51,10 +51,12 @@ .item { padding: 16px; padding-bottom: 12px; - background: rgb(253 254 255); + background: var(--o-bg-color-base); .el-progress__text { min-width: 10px; + color: var(--o-text-color-primary); + font-weight: 700; } } @@ -101,7 +103,7 @@ align-items: center; margin-top: 6px; font-size: 12px; - color: rgb(0 0 0); + color: var(--o-text-color-primary); font-size: 12px; font-weight: 600; .el-icon { @@ -131,7 +133,7 @@ } .upload-restart { - color: rgb(0 119 255); + color: rgb(99,149,253); cursor: pointer; } } @@ -142,7 +144,7 @@ margin-bottom: 8px; font-size: 12px; font-weight: 700; - color: rgb(0 119 255); + color: rgb(99,149,253); text-align: right; cursor: pointer; } diff --git a/src/views/dataSet/index.vue b/src/views/dataSet/index.vue index 2ea5d2d..71d973a 100644 --- a/src/views/dataSet/index.vue +++ b/src/views/dataSet/index.vue @@ -169,7 +169,6 @@ :row-key="(row) => row.datasetId" @selection-change="handleSelectionChange" ref="multipleTable" - max-height="782" :border="false"> { const handleImportDataSet = () =>{ dialogImportVisible.value = true; + showTaskExportNotify.value = false; } const handleUploadMyFile = (options: any) => { dataSetAPI.importDataSet( diff --git a/src/views/evaluate/index.vue b/src/views/evaluate/index.vue index f366750..4a97c60 100644 --- a/src/views/evaluate/index.vue +++ b/src/views/evaluate/index.vue @@ -1,6 +1,6 @@ @@ -364,16 +363,24 @@ const handleSelectionChange = (val: any) => { }) selectedRow.value = selectArr; }; - -const handleChangePage = (pageNum: number, pageSize: number) => { - currentPage.value = pageNum; +const handleSizeChange = (pageSize: number) => { + console.log(pageSize); currentPageSize.value = pageSize; let param = { ...searchPayload.value, - page: pageNum, + page: currentPage.value, pageSize: pageSize, }; - + queryTestList(param); +}; +const handleCurrentChange = (pageNum: number) => { + console.log(pageNum); + currentPage.value = pageNum; + let param = { + ...searchPayload.value, + page: pageNum, + pageSize: currentPageSize.value, + }; queryTestList(param); }; @@ -525,11 +532,11 @@ const handlePollAssetFileData = () => { ...handleSearchPayload(), }) .then((res: any) => { - if (!res?.datasetTestings?.length && currentPage.value && currentPage.value !== 1) { - currentPage.value = 1; - handleSearchOpsData(true, true); - return; - } + // if (!res?.datasetTestings?.length && currentPage.value && currentPage.value !== 1) { + // currentPage.value = 1; + // handleSearchOpsData(true, true); + // return; + // } testList.value = (res?.datasetTestings || []).map((item: any) => { const newItem={ datasetId: item.datasetId, diff --git a/src/views/group/index.vue b/src/views/group/index.vue index b747242..9f8618e 100644 --- a/src/views/group/index.vue +++ b/src/views/group/index.vue @@ -3,7 +3,7 @@
- @@ -40,7 +40,7 @@
-
+
@@ -107,7 +107,8 @@
- diff --git a/src/views/knowledgeFile/index.vue b/src/views/knowledgeFile/index.vue index 6861572..9de099b 100644 --- a/src/views/knowledgeFile/index.vue +++ b/src/views/knowledgeFile/index.vue @@ -531,7 +531,7 @@ + > diff --git a/src/views/knowledgeLibrary/index.vue b/src/views/knowledgeLibrary/index.vue index 219978c..6843385 100644 --- a/src/views/knowledgeLibrary/index.vue +++ b/src/views/knowledgeLibrary/index.vue @@ -135,7 +135,6 @@ placement="bottom" popper-class="kf-ops-dowlon dropdown-container" @visible-change="handleBatchDownBth" - trigger="click" :disabled="multipleSelection.length === 0" >