feat:完善页面样式和功能
This commit is contained in:
14
src/views/404/index.vue
Normal file
14
src/views/404/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user