diff --git a/src/views/dashboard/related/log/LogTable/LogService.vue b/src/views/dashboard/related/log/LogTable/LogService.vue
index 60d32f8c..522ff81d 100644
--- a/src/views/dashboard/related/log/LogTable/LogService.vue
+++ b/src/views/dashboard/related/log/LogTable/LogService.vue
@@ -25,11 +25,11 @@ limitations under the License. -->
{{ dateFormat(data.timestamp) }}
>
-
-
-
-
-
+
+
+
+
+
{{ data[item.label] }}
diff --git a/src/views/dashboard/related/trace/components/D3Graph/SpanDetail.vue b/src/views/dashboard/related/trace/components/D3Graph/SpanDetail.vue
index f4c27777..a9d54711 100644
--- a/src/views/dashboard/related/trace/components/D3Graph/SpanDetail.vue
+++ b/src/views/dashboard/related/trace/components/D3Graph/SpanDetail.vue
@@ -246,7 +246,6 @@ limitations under the License. -->
}
.popup-btn {
- color: $text-color;
margin-top: 40px;
width: 100%;
text-align: center;