NEZ-1075 feat: state 样式调整

This commit is contained in:
@changcode
2021-10-22 17:47:42 +08:00
parent 789a5b8787
commit ad8bef81ec
60 changed files with 435 additions and 63 deletions

View File

@@ -87,6 +87,14 @@
</template>
</div>
</el-table-column>
<template v-if="!loading" slot="empty">
<div 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>
</template>
</el-table>
</template>
@@ -95,6 +103,9 @@ import table from '@/components/common/mixin/table'
import { tableCommon } from './systemCommon'
export default {
name: 'notifyMethodTable',
props: {
loading: Boolean
},
mixins: [table, tableCommon],
data () {
return {