2022-04-21 18:20:39 +08:00
|
|
|
<template>
|
2022-11-07 17:46:28 +08:00
|
|
|
<div class="app-container center">
|
2024-03-08 21:12:48 +08:00
|
|
|
<el-empty description="欢迎来到 editor 角色专属首页" />
|
2022-11-07 17:46:28 +08:00
|
|
|
</div>
|
2022-04-21 18:20:39 +08:00
|
|
|
</template>
|
2022-11-07 17:46:28 +08:00
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
.center {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
</style>
|