人生啊人生 1 week ago
parent
commit
9667f3c47c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      user_web/src/view/student/layout/index.vue

+ 3 - 2
user_web/src/view/student/layout/index.vue

@@ -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;
     }