liyongli 1 жил өмнө
parent
commit
63b6f15f4d

+ 1 - 0
src/view/AEROSPACE2023/index.vue

@@ -72,6 +72,7 @@ import page4 from './page4.vue';
 import page5 from './page5.vue';
 import page6 from './page6.vue';
 import playBtn from '../../components/playBtn.vue';
+import 'animate.css';
 // import { onMounted, reactive } from "vue";
 // import { isIpad, isIpod, isIphone } from "../../utils/isTerminal";
 

+ 1 - 1
src/view/AEROSPACE2023/page4.vue

@@ -62,7 +62,7 @@ const list = [
 
 .link {
   padding-left: 20px;
-  font-size: 18px;
+  font-size: 16px;
 
   .link_icon {
     width: 4.2px;

+ 4 - 3
src/view/AEROSPACE2023/skeleton.vue

@@ -1,8 +1,10 @@
 <template>
   <div class="page-skeleton">
     <div class="center">
-      <div v-if="title" class="title_text nowrap">
-        {{ title }}
+      <div class="animate__animated animate__backInLeft">
+        <div v-if="title" class="title_text nowrap">
+          {{ title }}
+        </div>
       </div>
       <div class="centent">
         <slot></slot>
@@ -12,7 +14,6 @@
 </template>
 <script setup>
 import { defineProps } from 'vue';
-import 'animate.css';
 defineProps({
   title: {
     type: String, //参数类型