济菏高速业务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
417 B

1 year ago
<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>