feat:完善页面样式和功能

This commit is contained in:
zjc
2024-12-23 16:36:32 +08:00
parent 71f22af6ac
commit 1d301b2d8f
19 changed files with 347 additions and 502 deletions

14
src/views/404/index.vue Normal file
View File

@@ -0,0 +1,14 @@
<template>
<div class="not-found"> 页面走丢啦~ </div>
</template>
<script setup></script>
<style scoped lang="scss">
.not-found {
flex: 1;
text-align: center;
margin-top: vh(40);
color: #fff;
}
</style>