|
@@ -7,7 +7,10 @@ const router = useRouter();
|
|
|
|
|
|
<template>
|
|
|
<div class="Index">
|
|
|
- 首页
|
|
|
+
|
|
|
+ <div class="note">市政管网智能检测与维护</div>
|
|
|
+ <div class="note">后台管理平台</div>
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -35,6 +38,14 @@ const router = useRouter();
|
|
|
top: 0px;
|
|
|
left: 0px;
|
|
|
background-color: #ffffff;
|
|
|
+
|
|
|
+ .note {
|
|
|
+ width: 100%;
|
|
|
+ font-size: 2rem;
|
|
|
+ text-align: center;
|
|
|
+ color: #5c5c5c;
|
|
|
+ margin: 0.5rem 0px 0.5rem 0px;
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
</style>
|