mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 00:08:56 +00:00
feat: add popover
This commit is contained in:
parent
029260a314
commit
b8afdd167e
@ -15,9 +15,14 @@ limitations under the License. -->
|
|||||||
<div class="trace-t-tool flex-h">
|
<div class="trace-t-tool flex-h">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<span class="mr-5">Trace Segments</span>
|
<span class="mr-5">Trace Segments</span>
|
||||||
<el-popover trigger="hover" width="250" placement="bottom" effect="light" :content="t('traceDesc')">
|
<el-popover
|
||||||
|
:width="315"
|
||||||
|
placement="right"
|
||||||
|
:content="t('traceDesc')"
|
||||||
|
:popper-style="{ 'word-break': 'keep-all', 'word-wrap': 'break-word' }"
|
||||||
|
>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<span>
|
<span class="cp">
|
||||||
<Icon iconName="info_outline" size="small" />
|
<Icon iconName="info_outline" size="small" />
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user