4 changed files with 62 additions and 10 deletions
			
			
		| @ -0,0 +1,16 @@ | |||
| <template> | |||
|   <div class="m-404">页面未找到或无权访问</div> | |||
| </template> | |||
| 
 | |||
| <script> | |||
| export default {}; | |||
| </script> | |||
| 
 | |||
| <style lang="scss" scoped> | |||
| .m-404 { | |||
|   margin-top: 200px; | |||
|   font-size: 60px; | |||
|   color: rgba(#000, 0.3); | |||
|   text-align: center; | |||
| } | |||
| </style> | |||
| @ -0,0 +1,16 @@ | |||
| <template> | |||
|   <div class="m-404">页面未找到或无权访问</div> | |||
| </template> | |||
| 
 | |||
| <script> | |||
| export default {}; | |||
| </script> | |||
| 
 | |||
| <style lang="scss" scoped> | |||
| .m-404 { | |||
|   margin-top: 200px; | |||
|   font-size: 60px; | |||
|   color: rgba(#fff, 0.6); | |||
|   text-align: center; | |||
| } | |||
| </style> | |||
					Loading…
					
					
				
		Reference in new issue