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
}