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

@@ -5,7 +5,7 @@
<div class="header__title">{{$t("overall.batchEndpoint")}}</div>
<!-- end--标题-->
<div class="header__operation">
<span v-cancel="{obj: endpoint, func: esc}"><i class="nz-icon nz-icon-close"></i></span>
<span v-cancel="{obj: endpoint, func: esc}"><i class="nz-icon nz-icon-close" :title="$t('overall.close')"></i></span>
</div>
</div>
@@ -19,7 +19,7 @@
<div class="search-box" style="display: flex;justify-content: space-between">
<span>Config</span>
<span>
<el-button @click="showRightBox" class="top-tool-btn" type="button">
<el-button @click="showRightBox" class="top-tool-btn" type="button" :title="$t('overall.selectColumns')">
<i class="nz-icon-gear nz-icon"></i>
</el-button>
<el-button @click="editAllEndpoint" class="top-tool-btn" type="button">
@@ -86,7 +86,7 @@
</el-table-column>
<el-table-column label="" width="56" fixed="right">
<template slot-scope="scope" style="text-align: center">
<span @click="editEndpointRow(scope.row, scope.$index)">
<span @click="editEndpointRow(scope.row, scope.$index)" :title="$t('overall.selectColumns')">
<i class="nz-icon-gear nz-icon"></i>
</span>
</template>