diff --git a/src/components/Graph.vue b/src/components/Graph.vue
index cb33cbe2..f815b1ff 100644
--- a/src/components/Graph.vue
+++ b/src/components/Graph.vue
@@ -33,6 +33,7 @@ limitations under the License. -->
:destroy-on-close="true"
:before-close="() => (showTrace = false)"
:append-to-body="true"
+ title="The Related Traces"
>
@@ -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();
diff --git a/src/styles/reset.scss b/src/styles/reset.scss
index b5de79f5..2c3f224f 100644
--- a/src/styles/reset.scss
+++ b/src/styles/reset.scss
@@ -159,6 +159,8 @@ pre {
.el-drawer__header {
margin-bottom: 0;
+ padding-left: 10px;
+ font-size: 16px;
}
.el-drawer__body {
diff --git a/src/views/dashboard/graphs/TopList.vue b/src/views/dashboard/graphs/TopList.vue
index aac7fce9..9630cab2 100644
--- a/src/views/dashboard/graphs/TopList.vue
+++ b/src/views/dashboard/graphs/TopList.vue
@@ -58,6 +58,7 @@ limitations under the License. -->
:destroy-on-close="true"
:before-close="() => (showTrace = false)"
:append-to-body="true"
+ title="The Related Traces"
>