mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 18:43:40 +00:00
fix: widget title and tips (#394)
This commit is contained in:
parent
e4b2203cf6
commit
9001a96128
@ -15,9 +15,9 @@ limitations under the License. -->
|
|||||||
<template>
|
<template>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<span>{{ decodeURIComponent(title) }}</span>
|
<span>{{ title }}</span>
|
||||||
<div class="tips" v-show="tips">
|
<div class="tips" v-show="tips">
|
||||||
<el-tooltip :content="decodeURIComponent(tips) || ''">
|
<el-tooltip :content="tips || ''">
|
||||||
<span>
|
<span>
|
||||||
<Icon iconName="info_outline" size="sm" />
|
<Icon iconName="info_outline" size="sm" />
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user