feat: update profile widget

This commit is contained in:
Fine 2023-03-28 17:51:03 +08:00
parent f54b2a0662
commit 9533fe56b3

View File

@ -15,6 +15,8 @@ limitations under the License. -->
<template>
<div class="profile-trace-dashboard" v-if="profileStore.currentSegment">
<div class="profile-trace-detail-wrapper">
<label>Trace ID</label>
<el-input class="input mr-10 ml-5" readonly :value="profileStore.currentSegment.traceId" size="small" />
<Selector
size="small"
:value="mode"
@ -159,4 +161,8 @@ limitations under the License. -->
.profile-trace-detail-ids {
width: 300px;
}
.input {
width: 250px;
}
</style>