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