update 优化空状态
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user