update title

This commit is contained in:
Fine 2022-11-29 16:39:04 +08:00
parent 114d906834
commit 09e0a787e1
3 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,7 @@ limitations under the License. -->
:destroy-on-close="true"
:before-close="() => (showTrace = false)"
:append-to-body="true"
title="The Related Traces"
>
<Trace :data="traceOptions" />
</el-drawer>
@ -159,6 +160,7 @@ function updateOptions() {
if (!props.filters) {
return;
}
console.log(props.filters);
if (props.filters.isRange) {
const { eventAssociate } = associateProcessor(props);
const options = eventAssociate();

View File

@ -159,6 +159,8 @@ pre {
.el-drawer__header {
margin-bottom: 0;
padding-left: 10px;
font-size: 16px;
}
.el-drawer__body {

View File

@ -58,6 +58,7 @@ limitations under the License. -->
:destroy-on-close="true"
:before-close="() => (showTrace = false)"
:append-to-body="true"
title="The Related Traces"
>
<Trace :data="traceOptions" />
</el-drawer>