This commit is contained in:
Fine 2022-10-17 20:03:41 +08:00
parent 2ac0e6d50d
commit e8e04b407e
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@ limitations under the License. -->
</div> </div>
<el-drawer <el-drawer
v-model="showTrace" v-model="showTrace"
:title="t('trace')"
size="100%" size="100%"
:destroy-on-close="true" :destroy-on-close="true"
:before-close="() => (showTrace = false)" :before-close="() => (showTrace = false)"

View File

@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. --> limitations under the License. -->
<template> <template>
<div class="trace-wrapper flex-v"> <div class="trace-wrapper flex-v">
<div class="tabs"></div>
<div class="header"> <div class="header">
<Header :data="data" /> <Header :data="data" />
</div> </div>