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 {
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 {

View File

@ -27,9 +27,7 @@ limitations under the License. -->
<span v-else-if="item.label === 'tags'">
{{ level }}
</span>
<span v-else-if="item.label === 'traceId' && !noLink" :class="noLink ? '' : 'blue'">
{{ data[item.label] }}
</span>
<span v-else-if="item.label === 'traceId' && !noLink" :class="noLink ? '' : 'blue'"> trace </span>
<span v-else>{{ data[item.label] }}</span>
</div>
</div>
@ -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 {

View File

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