mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-20 14:37:34 +00:00
add tips
This commit is contained in:
parent
601fa0e7bf
commit
9bb78ae80c
@ -79,7 +79,11 @@ limitations under the License. -->
|
|||||||
:key="index"
|
:key="index"
|
||||||
:title="t.content"
|
:title="t.content"
|
||||||
>
|
>
|
||||||
<Icon class="icon-btn" size="sm" :iconName="t.name" />
|
<el-tooltip :content="t.content" placement="bottom">
|
||||||
|
<i>
|
||||||
|
<Icon class="icon-btn" size="sm" :iconName="t.name" />
|
||||||
|
</i>
|
||||||
|
</el-tooltip>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user