fix: optimize metrics association (#196)

This commit is contained in:
Fine0830
2022-11-29 18:47:53 +08:00
committed by GitHub
parent d4dde7e73b
commit 221751f034
9 changed files with 42 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ limitations under the License. -->
<el-input size="small" v-model="traceId" class="trace-id" />
</div>
<div class="conditions flex-h" v-else>
<el-radio-group v-model="conditions" @change="changeCondition">
<el-radio-group v-model="conditions" @change="changeCondition" size="small">
<el-radio-button
v-for="(item, index) in items"
:label="item.label"