From 915a7afb0ae0eaf01698e60fa24beaba5b0f6a01 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 6 Dec 2023 11:17:11 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug79087?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/search/GeneralSearch.vue | 15 ++++++++++++++- .../search/modules/SearchHistoryModal.vue | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/search/GeneralSearch.vue b/src/views/dashboard/search/GeneralSearch.vue index 3439d513..e263c04d 100644 --- a/src/views/dashboard/search/GeneralSearch.vue +++ b/src/views/dashboard/search/GeneralSearch.vue @@ -102,7 +102,7 @@ - + @@ -602,4 +602,17 @@ export default { text-align: right; margin: 10px 24px 24px 0; } + +// 检索历史全屏下的样式 +.search-history-modal.ant-modal-root.j-modal-box.fullscreen { + /deep/ .ant-spin-nested-loading { + height: 100%; + .ant-spin-container { + height: 100%; + } + .content-wrapper { + max-height: calc(100% - 20px); + } + } +} diff --git a/src/views/dashboard/search/modules/SearchHistoryModal.vue b/src/views/dashboard/search/modules/SearchHistoryModal.vue index cdae02b7..a954316f 100644 --- a/src/views/dashboard/search/modules/SearchHistoryModal.vue +++ b/src/views/dashboard/search/modules/SearchHistoryModal.vue @@ -75,7 +75,7 @@ export default { open () { this.page = { pageNo: 1, - pageSize: 20, + pageSize: 100, total: 0, pages: 0 }