NEZ-1990 feat :补充 icon/button title

This commit is contained in:
likexuan
2022-07-01 09:39:20 +08:00
parent 21091355cf
commit 4064987ef5
121 changed files with 341 additions and 330 deletions

View File

@@ -53,7 +53,7 @@
<span class="chart-header__tool" v-if="showSaveBtn(from)">
<button id="endpoint-query-full-chart-save" v-has="'main_add'" class="nz-btn nz-btn-size-large nz-btn-style-normal" @click="saveChart">{{$t('dashboard.metric.saveChart')}}</button>
</span>
<span class="chart-header__tool" @click="closeDialog">
<span class="chart-header__tool" @click="closeDialog" :title="$t('overall.close')">
<i class="nz-icon nz-icon-close" style="font-size: 16px;"></i>
</span>
</div>