diff --git a/src/api/system/archivesScope.js b/src/api/system/archivesScope.js index 31e407e..2149fc2 100644 --- a/src/api/system/archivesScope.js +++ b/src/api/system/archivesScope.js @@ -45,7 +45,7 @@ export function edit(data) { export function del(data) { return request({ - url: 'api/archivesScope/delArchivesClass', + url: 'api/archivesScope/delArchivesScope', method: 'post', data }) diff --git a/src/assets/styles/prearchive-library.scss b/src/assets/styles/prearchive-library.scss index 74b215d..818aede 100644 --- a/src/assets/styles/prearchive-library.scss +++ b/src/assets/styles/prearchive-library.scss @@ -19,7 +19,7 @@ } .move-right{ - flex: 1; + width:550px; h4{ position: relative; padding-left: 52px; @@ -47,7 +47,7 @@ justify-content: flex-start; height: 360px; overflow: hidden; - overflow-y: scroll; + // overflow-y: scroll; .el-radio{ width: 100%; margin-right: 0; @@ -66,10 +66,22 @@ } } .select-content{ + display: flex; + justify-content: flex-start; padding: 0 18px; height: 40px; line-height: 40px; border-top: 1px solid #E6E8ED; + span{ + display: block; + width: 70px; + } + ::v-deep .el-tooltip{ + width: 440px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } } } } \ No newline at end of file diff --git a/src/components/Crud/RR.operation.vue b/src/components/Crud/RR.operation.vue index c8177f6..6def715 100644 --- a/src/components/Crud/RR.operation.vue +++ b/src/components/Crud/RR.operation.vue @@ -3,6 +3,7 @@
搜索 重置 +