15 lines
252 B
Vue
Raw Normal View History

<template>
2022-11-07 17:46:28 +08:00
<div class="app-container center">
<el-empty description="Editor 权限可见" />
</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>