fix: widget

This commit is contained in:
Fine 2024-05-11 13:31:43 +08:00
parent e4b2203cf6
commit 0a71cf8f8f

View File

@ -15,9 +15,9 @@ limitations under the License. -->
<template>
<div class="content">
<div class="header">
<span>{{ decodeURIComponent(title) }}</span>
<span>{{ title }}</span>
<div class="tips" v-show="tips">
<el-tooltip :content="decodeURIComponent(tips) || ''">
<el-tooltip :content="tips || ''">
<span>
<Icon iconName="info_outline" size="sm" />
</span>