style(接口测试): 用例详情高度调整

--bug=1048102 --user=吕梦园
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001048102
This commit is contained in:
teukkk 2024-10-25 15:53:27 +08:00 committed by 刘瑞斌
parent a8a9b150d9
commit b4a3d240b3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="h-full w-full overflow-hidden"> <div class="flex h-full w-full flex-col overflow-hidden">
<div class="p-[16px]"> <div class="p-[16px]">
<MsDetailCard :title="`[${caseDetail.num}] ${caseDetail.name}`" :description="description" class="mb-[8px]"> <MsDetailCard :title="`[${caseDetail.num}] ${caseDetail.name}`" :description="description" class="mb-[8px]">
<template #titlePrefix> <template #titlePrefix>
@ -68,7 +68,7 @@
<a-tabs <a-tabs
v-model:active-key="activeKey" v-model:active-key="activeKey"
class="no-left-tab h-full px-[16px]" class="no-left-tab flex-1 px-[16px]"
animation animation
lazy-load lazy-load
@change="changeActiveKey" @change="changeActiveKey"