feat: remove service

This commit is contained in:
Fine 2023-11-01 18:19:59 +08:00
parent d58895d239
commit 1d9045f961
3 changed files with 5 additions and 11 deletions

View File

@ -80,6 +80,7 @@ limitations under the License. -->
} }
.log-header { .log-header {
width: 100%;
white-space: nowrap; white-space: nowrap;
user-select: none; user-select: none;
border-left: 0; border-left: 0;
@ -87,11 +88,11 @@ limitations under the License. -->
border-bottom: 1px solid rgb(0 0 0 / 10%); border-bottom: 1px solid rgb(0 0 0 / 10%);
.traceId { .traceId {
width: 260px; width: 140px;
} }
.content { .content {
width: 1000px; width: 1300px;
} }
.tags { .tags {

View File

@ -27,9 +27,7 @@ limitations under the License. -->
<span v-else-if="item.label === 'tags'"> <span v-else-if="item.label === 'tags'">
{{ level }} {{ level }}
</span> </span>
<span v-else-if="item.label === 'traceId' && !noLink" :class="noLink ? '' : 'blue'"> <span v-else-if="item.label === 'traceId' && !noLink" :class="noLink ? '' : 'blue'"> trace </span>
{{ data[item.label] }}
</span>
<span v-else>{{ data[item.label] }}</span> <span v-else>{{ data[item.label] }}</span>
</div> </div>
</div> </div>
@ -88,7 +86,6 @@ limitations under the License. -->
min-height: 30px; min-height: 30px;
.traceId { .traceId {
width: 260px;
cursor: pointer; cursor: pointer;
span { span {
@ -106,7 +103,7 @@ limitations under the License. -->
} }
.content { .content {
width: 1000px; width: 1300px;
} }
.serviceName { .serviceName {

View File

@ -20,10 +20,6 @@ export const ServiceLogConstants = [
label: "content", label: "content",
value: "content", value: "content",
}, },
{
label: "serviceName",
value: "service",
},
{ {
label: "tags", label: "tags",
value: "level", value: "level",