Merge branch 'master' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
30b4e8f4cb
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div v-if="visible">
|
||||
<ms-drawer :size="40" @close="apiCaseClose" direction="bottom">
|
||||
<ms-drawer :size="60" @close="apiCaseClose" direction="bottom">
|
||||
<template v-slot:header>
|
||||
<api-case-header
|
||||
:api="api"
|
||||
|
@ -17,8 +17,8 @@
|
|||
/>
|
||||
</template>
|
||||
|
||||
<el-container v-loading="result.loading" style="padding-bottom: 200px">
|
||||
<el-main v-loading="batchLoading" style="overflow: auto">
|
||||
<el-container v-loading="result.loading">
|
||||
<el-main v-loading="batchLoading">
|
||||
<div v-for="(item,index) in apiCaseList" :key="index">
|
||||
<api-case-item v-loading="singleLoading && singleRunId === item.id"
|
||||
@refresh="refresh"
|
||||
|
|
|
@ -134,6 +134,6 @@ html,body {
|
|||
}
|
||||
::-webkit-scrollbar-track{
|
||||
border-radius: 1em;
|
||||
background-color: rgba(50,50,50,.1);
|
||||
background-color: transparent;
|
||||
position: fixed;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue