mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
made copy button tiny
This commit is contained in:
parent
913373f2cc
commit
b063ae7b9d
@ -1,7 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="trace-detail-wrapper flex-h" v-if="traceStore.currentTrace.endpointNames">
|
<div
|
||||||
|
class="trace-detail-wrapper flex-h"
|
||||||
|
v-if="traceStore.currentTrace.endpointNames"
|
||||||
|
>
|
||||||
<div class="mb-0 mt-0">
|
<div class="mb-0 mt-0">
|
||||||
<Icon icon="clear" v-if="traceStore.currentTrace.isError" class="red mr-5 sm" />
|
<Icon
|
||||||
|
icon="clear"
|
||||||
|
v-if="traceStore.currentTrace.isError"
|
||||||
|
class="red mr-5 sm"
|
||||||
|
/>
|
||||||
<div class="trace-log-btn">
|
<div class="trace-log-btn">
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="box-item"
|
class="box-item"
|
||||||
@ -77,24 +84,18 @@
|
|||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="box-item"
|
class="box-item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
content="Copy Id"
|
content="Copy Ids"
|
||||||
placement="bottom-start"
|
placement="bottom-start"
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
class="mr-10 filter-btn"
|
class="mr-10 copy-btn"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleClick(traceStore.currentTrace.traceIds)"
|
@click="handleClick(traceStore.currentTrace.traceIds)"
|
||||||
>
|
>
|
||||||
<Icon iconSize="sm" iconName="review-list" />
|
<Icon iconSize="sm" iconName="review-list" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<!-- <Icon
|
|
||||||
size="sm"
|
|
||||||
class="icon grey link-hover cp ml-5"
|
|
||||||
iconName="review-list"
|
|
||||||
@click="handleClick"
|
|
||||||
/> -->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-h item">
|
<div class="flex-h item">
|
||||||
<div>
|
<div>
|
||||||
@ -330,4 +331,9 @@ export default defineComponent({
|
|||||||
height: 18px;
|
height: 18px;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
.copy-btn {
|
||||||
|
height: 18px;
|
||||||
|
width: 10px;
|
||||||
|
margin: 0 5px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user