fix: polish pages and bugs fix (#36)

This commit is contained in:
Fine0830
2022-03-24 21:35:22 +08:00
committed by GitHub
parent 33365f2a14
commit 4380a874de
26 changed files with 314 additions and 134 deletions

View File

@@ -114,6 +114,7 @@ function setCurrentLog(log: any) {
}
.serviceInstanceName,
.endpointName,
.serviceName {
width: 200px;
}

View File

@@ -82,6 +82,7 @@ function showSelectSpan() {
}
.serviceInstanceName,
.endpointName,
.serviceName {
width: 200px;
}
@@ -98,6 +99,7 @@ function showSelectSpan() {
border: 1px solid transparent;
border-right: 1px dotted silver;
overflow: hidden;
height: 30px;
line-height: 30px;
text-overflow: ellipsis;
white-space: nowrap;

View File

@@ -24,6 +24,10 @@ export const ServiceLogConstants = [
label: "serviceInstanceName",
value: "instance",
},
{
label: "endpointName",
value: "endpoint",
},
{
label: "timestamp",
value: "time",