NEZ-1077 fix: panel 输入搜索条件 ,没有符合条件chart nodata样式

This commit is contained in:
@changcode
2021-10-25 14:38:43 +08:00
parent 989d464e8f
commit 05c837be66
13 changed files with 58 additions and 16 deletions

View File

@@ -98,13 +98,14 @@
</template>
</div>
</el-table-column>
<template v-if="!loading" slot="empty">
<div class="right-no-data">
<template slot="empty">
<div v-if="!loading" class="right-no-data">
<svg class="icon" aria-hidden="true">
<use xlink:href="#nz-icon-no-data-list"></use>
</svg>
<div style="font-size: 16px;color: #333333;font-weight: 400;">No results found</div>
</div>
<div v-else>&nbsp;</div>
</template>
</el-table>
</template>