hui
7 months ago
7 changed files with 80 additions and 32 deletions
@ -0,0 +1,33 @@ |
|||
<template> |
|||
<div class='topolog'> |
|||
<p>网络拓扑</p> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
|
|||
export default { |
|||
name: 'InDevelopment', |
|||
components: { |
|||
}, |
|||
mounted() { |
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style lang='scss' scoped> |
|||
.topolog { |
|||
width: 100%; |
|||
height: 100%; |
|||
position: relative; |
|||
z-index: 6; |
|||
color: white; |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: center; |
|||
|
|||
p { |
|||
font-size: 200px; |
|||
} |
|||
} |
|||
</style> |
Loading…
Reference in new issue