fix: 🐛 404 页面优化

This commit is contained in:
xiangshu233 2024-03-27 00:18:37 +08:00
parent 282e828d8f
commit 4f859c205e

View File

@ -4,9 +4,9 @@
<img src="~@/assets/icons/exception/404.svg" alt=""> <img src="~@/assets/icons/exception/404.svg" alt="">
</div> </div>
<div class="text-center"> <div class="text-center">
<h1 class="text-base text-gray-500"> <p class="m-4 text-base">
抱歉你访问的页面不存在 抱歉你访问的页面不存在
</h1> </p>
<van-button type="primary" @click="goHome"> <van-button type="primary" @click="goHome">
回到首页 回到首页
</van-button> </van-button>