仪表盘
版本库
文件存储
活动
搜索
登录
430
/
nc_430_ui
430涉密前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
430前端初始化
lyh
2026-01-19
22c3bf8b939cd907f171bb4435ad1fc71548d8f7
[430/nc_430_ui.git]
/
src
/
base
/
components
/
404.vue
1
2
3
4
5
6
7
8
9
10
11
<template>
<p class="page-container">404 page not found</p>
</template>
<style lang="scss" scoped>
.page-container {
font-size: 20px;
text-align: center;
color: rgb(192, 204, 218);
}
</style>