style(接口测试): 接口测试报告样式优化

This commit is contained in:
xinxin.wu 2024-10-11 18:36:28 +08:00 committed by Craftsman
parent ec1d26522c
commit 4729fcd180
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
{{ step.index }}
</div>
<div class="step-node-content flex justify-between">
<div class="flex flex-1 items-center">
<div class="flex max-w-[calc(100%-566px)] flex-1 items-center">
<!-- 步骤展开折叠按钮 -->
<a-tooltip
v-if="step.children?.length > 0"
@ -381,6 +381,7 @@
background-color: white !important;
}
.step-node-content {
width: calc(100% - 16px);
@apply flex w-full flex-1 items-center;
gap: 8px;