style(测试计划): 测试计划详情-上下滚动

--story=1016239 --user=吕梦园
https://www.tapd.cn/55049933/prong/stories/view/1155049933001016239
This commit is contained in:
teukkk 2024-10-16 10:38:14 +08:00 committed by Craftsman
parent 555c31b917
commit 9c2004030c
2 changed files with 1 additions and 4 deletions

View File

@ -812,8 +812,6 @@
nextTick(() => { nextTick(() => {
switchingConfigFormData.value = false; switchingConfigFormData.value = false;
}); });
} else if (showConfigMenu.value) {
toggleConfig();
} }
} }
} }

View File

@ -97,8 +97,7 @@
class="relative mx-[16px] border-b" class="relative mx-[16px] border-b"
/> />
</MsCard> </MsCard>
<!-- special-height的169: 上面卡片高度153 + mt的16 --> <MsCard class="mt-[16px]" simple has-breadcrumb no-content-padding>
<MsCard class="mt-[16px]" :special-height="169" simple has-breadcrumb no-content-padding>
<Plan <Plan
v-if="activeTab === 'plan'" v-if="activeTab === 'plan'"
:plan-id="planId" :plan-id="planId"