NEZ-1075 feat: state 样式调整
This commit is contained in:
@@ -103,6 +103,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>
|
||||
|
||||
@@ -116,7 +124,8 @@ export default {
|
||||
props: {
|
||||
nowTime: {},
|
||||
terminalLogTab: Boolean,
|
||||
terminalLog: Boolean
|
||||
terminalLog: Boolean,
|
||||
loading: Boolean
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user