2022-04-21 18:20:39 +08:00
|
|
|
<template>
|
|
|
|
<div>
|
2022-08-19 17:03:38 +08:00
|
|
|
<p class="code">403</p>
|
|
|
|
<p class="describe">你没有权限去该页面</p>
|
2022-04-21 18:20:39 +08:00
|
|
|
</div>
|
|
|
|
</template>
|
2022-08-19 17:03:38 +08:00
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
.code {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 140px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
</style>
|