[update] 修改bug79087

This commit is contained in:
lideqin
2023-12-06 11:17:11 +08:00
parent 7b4fb448c3
commit 915a7afb0a
2 changed files with 15 additions and 2 deletions
+14 -1
View File
@@ -102,7 +102,7 @@
</template> </template>
<a-empty class="empty-content" v-else /> <a-empty class="empty-content" v-else />
<search-history-modal ref="searchHistoryModal"></search-history-modal> <search-history-modal class="search-history-modal" ref="searchHistoryModal"></search-history-modal>
</a-card> </a-card>
</a-spin> </a-spin>
</template> </template>
@@ -602,4 +602,17 @@ export default {
text-align: right; text-align: right;
margin: 10px 24px 24px 0; 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);
}
}
}
</style> </style>
@@ -75,7 +75,7 @@ export default {
open () { open () {
this.page = { this.page = {
pageNo: 1, pageNo: 1,
pageSize: 20, pageSize: 100,
total: 0, total: 0,
pages: 0 pages: 0
} }