style(接口测试): 用例编辑页面弹窗关闭按钮对齐间距修改

--bug=1018412 --user=赵勇 【接口测试】接口用例关闭按钮太靠边了,不好操作 https://www.tapd.cn/55049933/s/1270769
This commit is contained in:
fit2-zhao 2022-10-21 11:55:41 +08:00 committed by 刘瑞斌
parent 658e0e3e8d
commit a83c5f4899
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<div v-if="visible">
<ms-drawer :size="60" @close="apiCaseClose" direction="bottom" ref="testCaseDrawer">
<ms-drawer :size="60" @close="apiCaseClose" direction="bottom" ref="testCaseDrawer" class="ms-drawer-case-header">
<template v-slot:header>
<api-case-header
:api="api"
@ -639,5 +639,7 @@ export default {
.ms-drawer :deep(.ms-drawer-body) {
margin-top: 40px;
}
.ms-drawer-case-header :deep(.ms-drawer-header){
margin-left: 0px;
}
</style>