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>
<el-drawer
v-model="showTrace"
:title="t('trace')"
size="100%"
:destroy-on-close="true"
:before-close="() => (showTrace = false)"

View File

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