style(接口测试): 修改报告切换屏幕大小内容超界
This commit is contained in:
parent
f1c206c3c9
commit
410043484a
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="flex h-[calc(100%-8px)] flex-col" @click.stop="() => {}">
|
||||
<div class="flex h-[calc(100%-64px)] flex-col" @click.stop="() => {}">
|
||||
<div v-if="isShowLoopControl" class="my-4 flex items-center justify-start" @click.stop="() => {}">
|
||||
<a-pagination
|
||||
v-model:page-size="controlPageSize"
|
||||
|
@ -108,8 +108,8 @@
|
|||
</Suspense>
|
||||
</a-spin>
|
||||
<!-- 响应内容tab -->
|
||||
<div v-else class="h-[calc(100%-8px)]">
|
||||
<a-spin :loading="loading" class="h-[calc(100%-8px)] w-full pb-1">
|
||||
<div v-else class="h-full">
|
||||
<a-spin :loading="loading" class="h-full w-full pb-1">
|
||||
<result
|
||||
v-model:active-tab="activeTab"
|
||||
:request-result="activeStepDetailCopy?.content"
|
||||
|
|
|
@ -501,6 +501,6 @@
|
|||
}
|
||||
.foldContent {
|
||||
height: 100%;
|
||||
height: calc(100vh);
|
||||
height: 1000px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue