mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
style(接口测试): 用例详情高度调整
--bug=1048102 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001048102
This commit is contained in:
parent
a8a9b150d9
commit
b4a3d240b3
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="h-full w-full overflow-hidden">
|
||||
<div class="flex h-full w-full flex-col overflow-hidden">
|
||||
<div class="p-[16px]">
|
||||
<MsDetailCard :title="`[${caseDetail.num}] ${caseDetail.name}`" :description="description" class="mb-[8px]">
|
||||
<template #titlePrefix>
|
||||
@ -68,7 +68,7 @@
|
||||
|
||||
<a-tabs
|
||||
v-model:active-key="activeKey"
|
||||
class="no-left-tab h-full px-[16px]"
|
||||
class="no-left-tab flex-1 px-[16px]"
|
||||
animation
|
||||
lazy-load
|
||||
@change="changeActiveKey"
|
||||
|
Loading…
Reference in New Issue
Block a user