[update] 修改bug79087
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user