update 优化空状态

This commit is contained in:
2021-04-30 14:28:56 +08:00
parent 1b4b2e47af
commit 57c8782a18
4 changed files with 22 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
<template>
<div id="app">
<a-config-provider :locale="zh_CN">
<template #renderEmpty>
<div class="text-center pt-md">
<a-icon class="h3 mb-md" type="smile" />
<p>暂无数据</p>
</div>
</template>
<router-view />
</a-config-provider>
</div>
@@ -17,4 +23,4 @@ export default {
};
},
};
</script>
</script>