feat: 提交其余本地改动
This commit is contained in:
19
apps/web-antd/src/views/personal/center/index.vue
Normal file
19
apps/web-antd/src/views/personal/center/index.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<script setup lang="ts">
|
||||
import { Page } from '@vben/common-ui';
|
||||
|
||||
import { Empty } from 'ant-design-vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Page title="个人中心">
|
||||
<div class="rounded-lg bg-card p-5">
|
||||
<Empty description="个人中心建设中,敬请期待" />
|
||||
</div>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.bg-card {
|
||||
background-color: var(--el-bg-color-overlay);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user