|
@@ -27,7 +27,7 @@ import router from '@/router/index';
|
|
|
|
|
|
const userInfo = useUserInfo();
|
|
|
const route = useRoute();
|
|
|
-const title = ref('排水管道智能检测评估虚拟仿真实验');
|
|
|
+const title = ref('排水管道智能检测评估虚拟仿真实验平台');
|
|
|
const state: {
|
|
|
componentKey: string;
|
|
|
keepAliveComponentNameList: string[];
|
|
@@ -104,7 +104,8 @@ onMounted(() => {
|
|
|
animation-fill-mode: both;
|
|
|
}
|
|
|
|
|
|
-@for $i from 1 through 16 {
|
|
|
+// @for $i from 1 through 16 {
|
|
|
+@for $i from 1 through 18 {
|
|
|
.title-text:nth-child(#{$i}) {
|
|
|
animation-delay: #{$i * 0.05}s;
|
|
|
}
|