This commit is contained in:
chuyang02 2025-06-12 20:30:05 +08:00
parent 1ee2c6a4b1
commit 9be18b910c

View File

@ -15,19 +15,6 @@
<script> <script>
export default { export default {
name: 'notfound', name: 'notfound'
data(){
return{
}
}
} }
</script> </script>
<style scoped>
.page {
font-size: 14px;
width: 100%;
height: 100%;
min-height: 100vh;
}
</style>