Explorar o código

增加首页动画

mabaoyi hai 5 meses
pai
achega
1b0a8ccbdb
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/components/Layout/header.vue
  2. 1 1
      src/view/Home/index.vue

+ 1 - 1
src/components/Layout/header.vue

@@ -292,7 +292,7 @@ onMounted(() => {
 .header {
   width: 100%;
   position: absolute;
-  top: 14px;
+  top: 0;
   height: 60px;
   line-height: 60px;
   display: flex;

+ 1 - 1
src/view/Home/index.vue

@@ -36,7 +36,7 @@
     <UserSound />
     <Increase @contant="contant" />
     <div class="start">
-      <p class="start-title">
+      <p class="start-title animate__animated animate__bounceInUp">
         免费试用云厂长的核心功能,开启您的智能制造之旅!
       </p>
       <button class="free">免费体验</button>