style(接口测试): 修改报告切换屏幕大小内容超界

This commit is contained in:
xinxin.wu 2024-04-24 11:49:37 +08:00 committed by 刘瑞斌
parent f1c206c3c9
commit 410043484a
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -501,6 +501,6 @@
}
.foldContent {
height: 100%;
height: calc(100vh);
height: 1000px;
}
</style>