diff --git a/src/views/dashboard/related/log/LogTable/Index.vue b/src/views/dashboard/related/log/LogTable/Index.vue
index 1f5214ae..1b513e98 100644
--- a/src/views/dashboard/related/log/LogTable/Index.vue
+++ b/src/views/dashboard/related/log/LogTable/Index.vue
@@ -80,6 +80,7 @@ limitations under the License. -->
}
.log-header {
+ width: 100%;
white-space: nowrap;
user-select: none;
border-left: 0;
@@ -87,11 +88,11 @@ limitations under the License. -->
border-bottom: 1px solid rgb(0 0 0 / 10%);
.traceId {
- width: 260px;
+ width: 140px;
}
.content {
- width: 1000px;
+ width: 1300px;
}
.tags {
diff --git a/src/views/dashboard/related/log/LogTable/LogService.vue b/src/views/dashboard/related/log/LogTable/LogService.vue
index 87c643c0..bd388723 100644
--- a/src/views/dashboard/related/log/LogTable/LogService.vue
+++ b/src/views/dashboard/related/log/LogTable/LogService.vue
@@ -27,9 +27,7 @@ limitations under the License. -->
{{ level }}
-
- {{ data[item.label] }}
-
+ trace
{{ data[item.label] }}
@@ -88,7 +86,6 @@ limitations under the License. -->
min-height: 30px;
.traceId {
- width: 260px;
cursor: pointer;
span {
@@ -106,7 +103,7 @@ limitations under the License. -->
}
.content {
- width: 1000px;
+ width: 1300px;
}
.serviceName {
diff --git a/src/views/dashboard/related/log/LogTable/data.ts b/src/views/dashboard/related/log/LogTable/data.ts
index 69706dfc..c71f2938 100644
--- a/src/views/dashboard/related/log/LogTable/data.ts
+++ b/src/views/dashboard/related/log/LogTable/data.ts
@@ -20,10 +20,6 @@ export const ServiceLogConstants = [
label: "content",
value: "content",
},
- {
- label: "serviceName",
- value: "service",
- },
{
label: "tags",
value: "level",