feat: alertMessage 详情开发

This commit is contained in:
zhangyu
2022-03-28 16:44:40 +08:00
parent b2ec953c95
commit fc5a9a70c0
7 changed files with 414 additions and 18 deletions

View File

@@ -26,7 +26,10 @@
</span>
</el-popover>
</span>
<div class="chart-header__title" :title="chartInfo.name">{{chartInfo.name}}</div>
<div class="chart-header__title" :title="chartInfo.name">
<slot name="title-icon"></slot>
{{chartInfo.name}}
</div>
<div class="chart-header__tools">
<span v-if="chartInfo.remark" class="chart-header__tool top-tool-btn-group">
<el-tooltip :content="chartInfo.remark" effect="light" placement="top">