15 lines
271 B
Vue
Raw Normal View History

<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>
</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>