From 5f2c9a39be525054c03c258c0a2b4d7b27d13f5e Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=A8=E5=9F=9F=E6=90=9C=E7=B4=A2=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/search/abstract-group.vue | 13 ++- src/views/search/abxtract-item.vue | 3 +- src/views/search/index.vue | 164 ++++++++++++++-------------- 3 files changed, 91 insertions(+), 89 deletions(-) diff --git a/src/views/search/abstract-group.vue b/src/views/search/abstract-group.vue index 5a7ecd4..f05e1e7 100644 --- a/src/views/search/abstract-group.vue +++ b/src/views/search/abstract-group.vue @@ -28,11 +28,12 @@ import {SearchVO} from "@/api/search/search"; defineOptions({ name: 'AbstractGroup' }) const emit = defineEmits(['changeCheckAll','openCollect']) const props = defineProps<{ - abstractList: Array, - // searchSimilar: { - // type:boolean, - // default: false - // }, + // abstractList: Array, + abstractList: Array<[]>, + searchSimilar: { + type:boolean, + default: false + }, checkAll: boolean, indeterminate: boolean, searchCheckList: Array, @@ -88,7 +89,7 @@ onMounted(() => { /*padding: 0 4px;*/ .abstract-checkbox { - width: 100%; + width: 95%; border-bottom: 1px solid #ECEEF5; /*cursor: auto;*/ transition: background-color .3s; diff --git a/src/views/search/abxtract-item.vue b/src/views/search/abxtract-item.vue index 9723e06..ffedf9c 100644 --- a/src/views/search/abxtract-item.vue +++ b/src/views/search/abxtract-item.vue @@ -39,6 +39,7 @@