style: 调整404页面

This commit is contained in:
张传龙 2022-05-07 23:01:30 +08:00
parent 598d256be4
commit f88820b727
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -2,7 +2,7 @@
<div class="page-404"> <div class="page-404">
<n-result status="404" description="抱歉,您访问的页面不存在。"> <n-result status="404" description="抱歉,您访问的页面不存在。">
<template #icon> <template #icon>
<img src="@/assets/images/404.png" width="300" /> <img src="@/assets/images/404.png" width="500" />
</template> </template>
<template #footer> <template #footer>
<n-button strong secondary type="primary" @click="replace('/')">返回首页</n-button> <n-button strong secondary type="primary" @click="replace('/')">返回首页</n-button>