mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +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="title">
|
||||
<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>
|
||||
<span>
|
||||
<span class="cp">
|
||||
<Icon iconName="info_outline" size="small" />
|
||||
</span>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user